From a994d9acd6a7083349b930d6b08b25b28792344f Mon Sep 17 00:00:00 2001 From: Mica White Date: Fri, 5 Jun 2026 15:59:04 -0400 Subject: First commit --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..449a8f1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "auguments" +version = "0.1.0" +edition = "2024" + +[lib] +proc-macro = true + +[dependencies] +syn = { version = "2", features = ["full"] } +quote = "1" +proc-macro2 = "1" +attribute-derive = "0.10" -- cgit v1.2.3