ticker/Cargo.toml

10 lines
108 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