feat: init commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "room-rs"
|
||||
version = "0.1.0"
|
||||
authors = ["Hatter Jiang@Pixelbook <jht5945@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rust_util = "0.6"
|
||||
tokio-tungstenite = "0.14"
|
||||
tokio = { version = "1.0.0", features = ["full"]}
|
||||
futures-util = "0.3"
|
||||
lazy_static = "1.4"
|
||||
Reference in New Issue
Block a user