You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
372 B
18 lines
372 B
cargo-features = ["strip"]
|
|
|
|
[workspace]
|
|
members = [
|
|
"syndicate",
|
|
"syndicate-macros",
|
|
"syndicate-server",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
preserves = { path = "/home/tonyg/src/preserves/implementations/rust/preserves" }
|
|
preserves-schema = { path = "/home/tonyg/src/preserves/implementations/rust/preserves-schema" }
|
|
|
|
[profile.release]
|
|
strip = true
|
|
# debug = true
|
|
# lto = true
|