Skip to content

Commit

Permalink
WIP rendezvous implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Apr 5, 2024
1 parent 54d8910 commit 7fdbcd5
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 58 deletions.
231 changes: 227 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ name = "synapse.synapse_rust"

[dependencies]
anyhow = "1.0.63"
base64 = "0.21.7"
bytes = "1.6.0"
headers = "0.4.0"
http = "1.1.0"
lazy_static = "1.4.0"
log = "0.4.17"
mime = "0.3.17"
pyo3 = { version = "0.20.0", features = [
"macros",
"anyhow",
Expand All @@ -36,8 +39,10 @@ pyo3 = { version = "0.20.0", features = [
pyo3-log = "0.9.0"
pythonize = "0.20.0"
regex = "1.6.0"
sha2 = "0.10.8"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
ulid = "1.1.2"

[features]
extension-module = ["pyo3/extension-module"]
Expand Down
Loading

0 comments on commit 7fdbcd5

Please sign in to comment.