From 2f32755f4510429e11713af64068b02159ae269c Mon Sep 17 00:00:00 2001 From: Max Mielchen <94404446+maxmielchen@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:37:27 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"]