init
parents
Showing
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
| [package] | ||
| name = "railgun-routing-client" | ||
| version = "0.1.0" | ||
| edition = "2021" | ||
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| [dependencies] | ||
| config = "0.13.1" | ||
| lazy_static = "1.4.0" | ||
| average = "0.13.1" | ||
| serde_json = "1.0" | ||
| serde = "1.0.159" | ||
| tokio = { version = "1", features = ["full"] } |
config/config.json
0 → 100644
src/data.rs
0 → 100644
src/gateway_group.rs
0 → 100644
src/main.rs
0 → 100644
src/protocol.rs
0 → 100644
src/route_writer.rs
0 → 100644
src/router.rs
0 → 100644
src/server.rs
0 → 100644
src/settings.rs
0 → 100644
Please register or sign in to comment