ticker/Cargo.toml

13 lines
238 B
TOML
Raw Normal View History

2019-10-26 01:14:49 +02:00
[workspace]
members = [
"ticker-update",
"ticker-serve",
"libticker",
2020-10-26 16:20:11 +01:00
]
2020-10-27 19:20:44 +01:00
[profile.release]
lto = true
2020-10-26 16:20:11 +01:00
[patch.crates-io]
typed-html = { git = "https://github.com/bodil/typed-html", rev = "4c13ecca506887d07638cdf12d6ea6d51cd3b29a" }