summary refs log tree commit diff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml

index 0a9760cafc..394d4e799c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml
@@ -18,4 +18,7 @@ crate-type = ["cdylib"] name = "synapse.synapse_rust" [dependencies] +intrusive-collections = "0.9.4" +lazy_static = "1.4.0" +log = "0.4.17" pyo3 = { version = "0.16.5", features = ["extension-module", "macros", "abi3", "abi3-py37"] }