mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 09:55:04 +01:00
13 lines
172 B
TOML
13 lines
172 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"clippyboard-*"
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
ciborium = "0.2.2"
|
|
eyre = "0.6.12"
|
|
serde = "1.0.219"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|