0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/Cargo.toml
Jordan Rose 1d00de7cdc Rust: don't build any bridge/* crates by default
Some of them have external requirements that may not be installed.
2020-11-12 10:30:07 -08:00

13 lines
208 B
TOML

[workspace]
members = [
"rust/aes-gcm-siv",
"rust/protocol",
"rust/bridge/ffi",
"rust/bridge/jni",
"rust/bridge/node",
]
default-members = [
"rust/aes-gcm-siv",
"rust/protocol",
]