aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/sloth/Cargo.toml')
-rw-r--r--crates/sloth/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/sloth/Cargo.toml b/crates/sloth/Cargo.toml
index 65b4859..2ee6919 100644
--- a/crates/sloth/Cargo.toml
+++ b/crates/sloth/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "sloth"
-version = "0.1.0"
-edition = "2021"
+
+license.workspace = true
+version.workspace = true
+edition.workspace = true
[dependencies]
itertools = "0.10.5"