basic network established
This commit is contained in:
23
crates/gsio-node/Cargo.toml
Normal file
23
crates/gsio-node/Cargo.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "gsio-node"
|
||||
version = "0.1.0"
|
||||
publish = false
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
|
||||
|
||||
[dependencies]
|
||||
futures = { version = "0.3.31" }
|
||||
libp2p = { version = "0.55.0", features = ["identify", "macros", "noise", "ping", "rendezvous", "tcp", "tokio", "yamux"] }
|
||||
tokio = { version = "1.45.1", features = ["rt-multi-thread", "macros", "time", "net"] }
|
||||
tracing = { version = "0.1.41" }
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
axum = { version = "0.8.4", features = ["json", "tracing"] }
|
||||
socketioxide = { version = "0.17.2", features = ["tracing", "v4", "extensions"] }
|
||||
rmpv = { version = "1.3.0", features = ["serde"] }
|
||||
tower-http = { version = "0.6.6", features = ["trace"]}
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
uuid = { version = "1.7.0", features = ["v4", "serde"] }
|
||||
chrono = { version = "0.4.35", features = ["serde"] }
|
||||
sha2 = "0.10.8"
|
Reference in New Issue
Block a user