online
Showing
.dockerignore
0 → 100644
| ... | @@ -11,6 +11,5 @@ serde_json = "1.0.145" | ... | @@ -11,6 +11,5 @@ serde_json = "1.0.145" |
| serde = { version = "1.0.228", features = ["derive", "rc"] } | serde = { version = "1.0.228", features = ["derive", "rc"] } | ||
| tokio = { version = "1.48", features = ["full"] } | tokio = { version = "1.48", features = ["full"] } | ||
| anyhow = "1.0.100" | anyhow = "1.0.100" | ||
| axum = { version = "0.7", features = ["macros"] } | axum = { version = "0.8.7", features = ["macros"] } | ||
| bincode = "2.0.1" | bincode = "2.0.1" | ||
| futures = "0.3.31" |
config/config.json
deleted
100644 → 0
Please register or sign in to comment