From 062048ef6e3e060bcf841ea2ec92e026f09d8da0 Mon Sep 17 00:00:00 2001 From: eichlan Date: Tue, 23 Jun 2026 15:31:51 -0700 Subject: Roorganized into workspace and packages. This is to accomidate a new proc_macro package, which can't have anything else in it. --- crimtag/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 crimtag/Cargo.toml (limited to 'crimtag/Cargo.toml') 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 @@ +[package] +name = "crimtag" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3