diff --git a/Cargo.toml b/Cargo.toml index 2042b27..601f7d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ description = "File stream abstraction for Rust" repository = "https://github.com/maxmielchen/objstr-rs" readme = "README.md" authors = ["Max Mielchen "] +license = "Apache-2.0" license_file = "LICENSE" keywords = ["file", "stream", "abstraction", "rust"] categories = ["io", "no-std", "std"]