odyssey-server/Cargo.toml

12 lines
248 B
TOML
Raw Normal View History

2020-09-30 14:45:22 +00:00
[package]
name = "odyssey-server"
version = "0.1.0"
authors = ["Hamcha <hamcha@crunchy.rocks>"]
edition = "2018"
[dependencies]
tungstenite = "0.11"
specs = "0.16"
config = "0.10"
serde = { version = "1", features = ["derive"] }
serde_derive = "1"