diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-02-01 21:49:12 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-02-01 21:49:29 +0100 |
| commit | f9b6a64b845dabdf1773da49f248def479659934 (patch) | |
| tree | f434d4606f5827d393c20712e2a527a9395d6ad7 /Cargo.toml | |
| parent | 8089ff61f5ca608e0801e74360203c6fd789b5d7 (diff) | |
| download | sylt-f9b6a64b845dabdf1773da49f248def479659934.tar.gz | |
tihdy -> sylt
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 |
