diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 |
