diff --git a/Cargo.toml b/Cargo.toml index d38963b..297bcfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "nile-library" version = "0.0.0-git" edition = "2021" +license = "MIT" +description = "Library supporting nile" [lib] crate-type = ["cdylib", "rlib"]