mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Configure dependencies for release
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -30,15 +30,15 @@ members = [
|
||||
[workspace.dependencies]
|
||||
actix-web = { version = "4", default-features = false, features = [ "macros", "compress-brotli", "compress-gzip", "compress-zstd", "ws"] }
|
||||
actix-files = "0.6"
|
||||
libfj = { version = "0.9", path = "../libfj" }
|
||||
#libfj = { version = "0.8" }
|
||||
#libfj = { version = "0.9", path = "../libfj" }
|
||||
libfj = { version = "0.9" }
|
||||
log = "0.4"
|
||||
env_logger = "0.11"
|
||||
clap = { version = "4.5", features = [ "derive" ] }
|
||||
polariton = { version = "0.5", path = "../polariton", features = [ "tokio-async" ] }
|
||||
polariton_server = { version = "0.5", path = "../polariton/server", features = [ "tokio-async" ] }
|
||||
#polariton = { version = "0.4", features = [ "tokio-async" ] }
|
||||
#polariton_server = { version = "0.4", features = [ "tokio-async" ] }
|
||||
#polariton = { version = "0.5", path = "../polariton", features = [ "tokio-async" ] }
|
||||
#polariton_server = { version = "0.5", path = "../polariton/server", features = [ "tokio-async" ] }
|
||||
polariton = { version = "0.4", features = [ "tokio-async" ] }
|
||||
polariton_server = { version = "0.4", features = [ "tokio-async" ] }
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
async-trait = "0.1"
|
||||
@@ -49,5 +49,5 @@ rand = { version = "0.9", features = [ "thread_rng" ] }
|
||||
num-quaternion = "1.0"
|
||||
hex = "0.4"
|
||||
base64 = "0.22"
|
||||
oj_serdes = { version = "0.3.0", path = "../oj_core/serdes" }
|
||||
#oj_serdes = "0.2.0"
|
||||
#oj_serdes = { version = "0.3.0", path = "../oj_core/serdes" }
|
||||
oj_serdes = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user