diff --git a/Cargo.toml b/Cargo.toml index 7c6a840..277723c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "embed-dir" version = "0.1.0" edition = "2024" +license = "MIT" +description = "Like include_bytes! for directories" +homepage = "https://git.kapelle.org/niklas/embed-dir" +repository = "https://git.kapelle.org/niklas/embed-dir" +readme = "README.md" [lib] proc-macro = true