summaryrefslogtreecommitdiff
path: root/crimtag/Cargo.toml
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2026-07-07 15:10:21 -0700
committerMike Buland <mike@xagasoft.com>2026-07-07 15:10:21 -0700
commite1a688efb16f96a6dca3678c67ff38b7cabfa8c6 (patch)
tree374fef101bd0bc9cd7623ae1167d784bf832c64c /crimtag/Cargo.toml
parent1553b785cbc75bfc47066096b81d0066017a91ad (diff)
downloadcrimtag-main.tar.gz
crimtag-main.tar.bz2
crimtag-main.tar.xz
crimtag-main.zip
More augments and setup for use from other crates.HEADmain
Diffstat (limited to 'crimtag/Cargo.toml')
-rw-r--r--crimtag/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crimtag/Cargo.toml b/crimtag/Cargo.toml
index ee022ca..e48d065 100644
--- a/crimtag/Cargo.toml
+++ b/crimtag/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
4edition = "2024" 4edition = "2024"
5 5
6[dependencies] 6[dependencies]
7derive = {path="../derive"}