mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
11 lines
189 B
TOML
11 lines
189 B
TOML
[platforms.defaults]
|
|
release-features = [
|
|
"release",
|
|
]
|
|
|
|
# Check if 'build-dependencies.just' needs to be updated
|
|
[platforms.x86_64-unknown-linux-gnu]
|
|
additional-features = [
|
|
"mount",
|
|
]
|