0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/Cargo.toml

13 lines
208 B
TOML
Raw Normal View History

[workspace]
members = [
2020-10-15 21:56:06 +02:00
"rust/aes-gcm-siv",
"rust/protocol",
2020-10-17 00:26:26 +02:00
"rust/bridge/ffi",
2020-10-23 20:36:33 +02:00
"rust/bridge/jni",
"rust/bridge/node",
]
default-members = [
"rust/aes-gcm-siv",
"rust/protocol",
]