ticker/Cargo.toml

13 lines
210 B
TOML

[workspace]
members = [
"ticker-update",
"ticker-serve",
"libticker",
]
[profile.release]
lto = true
[patch.crates-io]
typed-html = { git = "https://github.com/astro/typed-html", branch = "microdata" }