summaryrefslogtreecommitdiff
path: root/crimtag/Cargo.toml
diff options
context:
space:
mode:
authoreichlan <eichlan@jotunn.office.penny-arcade.com>2026-06-23 15:31:51 -0700
committereichlan <eichlan@jotunn.office.penny-arcade.com>2026-06-23 15:31:51 -0700
commit062048ef6e3e060bcf841ea2ec92e026f09d8da0 (patch)
tree22f7dad062b16f25fcfa1a28af13ac2937348ef0 /crimtag/Cargo.toml
parent7c299c86bbac76ec2ac199d68eb4dda093a64e3a (diff)
downloadcrimtag-062048ef6e3e060bcf841ea2ec92e026f09d8da0.tar.gz
crimtag-062048ef6e3e060bcf841ea2ec92e026f09d8da0.tar.bz2
crimtag-062048ef6e3e060bcf841ea2ec92e026f09d8da0.tar.xz
crimtag-062048ef6e3e060bcf841ea2ec92e026f09d8da0.zip
Roorganized into workspace and packages.
This is to accomidate a new proc_macro package, which can't have anything else in it.
Diffstat (limited to 'crimtag/Cargo.toml')
-rw-r--r--crimtag/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/crimtag/Cargo.toml b/crimtag/Cargo.toml
new file mode 100644
index 0000000..ee022ca
--- /dev/null
+++ b/crimtag/Cargo.toml
@@ -0,0 +1,6 @@
1[package]
2name = "crimtag"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]