Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 09cb979..1c32d67 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,13 @@
[package]
name = "treaty"
-version = "0.1.0"
+version = "0.0.1"
edition = "2021"
+license = "MIT OR Apache-2.0"
+description = "Next generation serialization"
+repository = "https://gitlab.com/konnorandrews/treaty"
+readme = "README.md"
+
+include = ["LICENSE-APACHE", "LICENSE-MIT", "README.md"]
[dependencies]
serde = { version = "1.0", default-features = false, optional = true }