implement fixes for project nautilus integration
This commit is contained in:
@@ -2,10 +2,17 @@
|
||||
members = ["api", "api-core", "api-proc-macro", "server", "examples/simple_producer", "examples/simple_command"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
authors = ["Sergey <me@sergeysav.com>"]
|
||||
|
||||
[workspace.dependencies]
|
||||
actix-web = "4.12.1"
|
||||
actix-ws = "0.3.0"
|
||||
anyhow = "1.0.100"
|
||||
api = { path = "./api" }
|
||||
api-core = { path = "./api-core" }
|
||||
api-proc-macro = { path = "./api-proc-macro" }
|
||||
chrono = { version = "0.4.42" }
|
||||
derive_more = { version = "2.1.1" }
|
||||
env_logger = "0.11.8"
|
||||
@@ -22,8 +29,8 @@ sqlx = "0.8.6"
|
||||
syn = "2.0.112"
|
||||
thiserror = "2.0.17"
|
||||
tokio = { version = "1.48.0" }
|
||||
tokio-test = "0.4.4"
|
||||
tokio-stream = "0.1.17"
|
||||
tokio-test = "0.4.4"
|
||||
tokio-tungstenite = { version = "0.28.0" }
|
||||
tokio-util = "0.7.17"
|
||||
trybuild = "1.0.114"
|
||||
|
||||
Reference in New Issue
Block a user