aboutsummaryrefslogtreecommitdiffstats
path: root/tihdy_derive/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-02-01 21:49:12 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-02-01 21:49:29 +0100
commitf9b6a64b845dabdf1773da49f248def479659934 (patch)
treef434d4606f5827d393c20712e2a527a9395d6ad7 /tihdy_derive/Cargo.toml
parent8089ff61f5ca608e0801e74360203c6fd789b5d7 (diff)
downloadsylt-f9b6a64b845dabdf1773da49f248def479659934.tar.gz
tihdy -> sylt
Diffstat (limited to 'tihdy_derive/Cargo.toml')
-rw-r--r--tihdy_derive/Cargo.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tihdy_derive/Cargo.toml b/tihdy_derive/Cargo.toml
deleted file mode 100644
index 411f1ab..0000000
--- a/tihdy_derive/Cargo.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[package]
-name = "tihdy_derive"
-version = "0.1.0"
-authors = ["Gustav Sörnäs <gustav@sornas.net>"]
-edition = "2018"
-
-[lib]
-proc-macro = true
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-syn = { version = "1.0", features=["full"] }
-quote = "1.0"