summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ee022ca..a20cdc3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
1[package] 1[workspace]
2name = "crimtag" 2members = ["derive","crimtag"]
3version = "0.1.0" 3default-members = ["derive","crimtag"]
4edition = "2024" 4resolver = "3"
5 5
6[dependencies] 6[workspace.dependencies]
7crimtag = { path = "crimtag"}