ticker/Cargo.toml

13 lines
210 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]
2022-07-11 00:21:51 +02:00
typed-html = { git = "https://github.com/astro/typed-html", branch = "microdata" }