diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -131,9 +131,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cc" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5208975e568d83b6b05cc0a063c8e7e9acc2b43bee6da15616a5b73e109d7437" +checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2" [[package]] name = "cfg-if" @@ -395,6 +395,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] +name = "hurrycurry-server" +version = "0.2.0" +dependencies = [ + "anyhow", + "clap", + "env_logger", + "fake", + "futures-util", + "glam", + "log", + "pollster", + "rand 0.9.0-alpha.1", + "serde", + "serde_json", + "serde_yaml", + "shlex", + "tokio", + "tokio-tungstenite", +] + +[[package]] name = "indexmap" version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -864,27 +885,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] -name = "undercooked" -version = "0.1.0" -dependencies = [ - "anyhow", - "clap", - "env_logger", - "fake", - "futures-util", - "glam", - "log", - "pollster", - "rand 0.9.0-alpha.1", - "serde", - "serde_json", - "serde_yaml", - "shlex", - "tokio", - "tokio-tungstenite", -] - -[[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" |