aboutsummaryrefslogtreecommitdiffstats
path: root/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 /Cargo.toml
parent8089ff61f5ca608e0801e74360203c6fd789b5d7 (diff)
downloadsylt-f9b6a64b845dabdf1773da49f248def479659934.tar.gz
tihdy -> sylt
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e78987e..f6b763f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,25 +1,24 @@
[package]
-name = "tihdy"
+name = "sylt"
version = "0.1.0"
-authors = ["Edvard Thörnros <edvard.thornros@gmail.com>"]
+authors = ["Edvard Thörnros <edvard.thornros@gmail.com>", "Gustav Sörnäs <gustav@sornas.net>"]
edition = "2018"
[lib]
-name = "tihdy"
+name = "sylt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
logos = "0.11.4"
owo-colors = { git="https://github.com/FredTheDino/owo-colors.git" }
-tihdy_derive = { path = "tihdy_derive" }
+sylt_macro = { path = "sylt_macro" }
criterion = { version = "0.3", optional = true }
[profile.release]
-debug = true
lto = "thin"
[[bench]]
-name = "tihdy_benchmark"
+name = "sylt_benchmark"
harness = false