diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-01-16 10:13:45 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-01-16 10:14:45 -0300 |
commit | 5a97e933081cc16a55711421022ba8135564d4a3 (patch) | |
tree | b8686c1795555a6041163f03c8d62a13b8728d40 | |
parent | adf6b9f7be9a59be129869f4c63d33b10c80e23f (diff) |
Update Cargo.toml
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index cdd3f28..a4c35dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "datafu" version = "0.0.1" authors = ["SoniEx2 <endermoneymod@gmail.com>"] +license = "AGPL-3.0-or-later" +description = "A Rust library for extracting data from config objects and other arbitrary object graphs." edition = "2015" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |