Skip to content

Commit

Permalink
Rewrite backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma233 committed Nov 21, 2023
1 parent cb502db commit a42a3a2
Show file tree
Hide file tree
Showing 22 changed files with 673 additions and 1,255 deletions.
170 changes: 124 additions & 46 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ffi = [
]
node = [
"tokio",
"tokio-util",
"hyper",
"tower-http",
"clap",
Expand Down Expand Up @@ -70,9 +71,11 @@ base64 = { version = "0.13.0" }
bincode = "1.3.3"
bytes = { version = "1.2.1", features = ["serde"] }
chrono = "0.4.23"
dashmap = "5"
dotenv = "0.15.0"
futures = { version = "0.3.21", features = ["alloc"] }
futures-timer = "3.0.2"
http = "0.2.6"
log = { version = "0.4", features = ["std"] }
rings-core = { workspace = true, optional = true }
rings-derive = { workspace = true, optional = true }
Expand All @@ -86,6 +89,7 @@ tracing = "0.1.37"
tracing-log = "0.1.3"
tracing-opentelemetry = "0.18.0"
tracing-subscriber = { version = "0.3.15", features = ["ansi"] }
uuid = { version = "0.8.2" }
wasmer = { version = "3.3.0", optional = true, default-features = false }
wasmer-types = { version = "3.3.0", optional = true }

Expand All @@ -102,6 +106,7 @@ opentelemetry-jaeger = { version = "0.17.0", features = ["rt-tokio"], optional =
pin-project = { version = "1", optional = true }
reqwest = { version = "0.11", features = ["json", "rustls-tls"], optional = true, default-features = false }
tokio = { version = "1.13.0", features = ["full"], optional = true }
tokio-util = { version = "0.7.8", optional = true }
tower-http = { version = "0.3.4", features = ["cors"], optional = true }

# browser
Expand Down
Loading

0 comments on commit a42a3a2

Please sign in to comment.