18 lines
421 B
TOML
18 lines
421 B
TOML
[package]
|
|
name = "musikbot2"
|
|
version = "0.1.0"
|
|
authors = ["Kai Vogelgesang <s8kavoge@stud.uni-saarland.de>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix = "0.9.0"
|
|
actix-web = "2.0.0"
|
|
actix-files = "0.2.1"
|
|
actix-rt = "1"
|
|
tokio = "0.2.22"
|
|
futures = "0.3.1"
|
|
|
|
serde = { version = "1.0.43", features = ["derive"] }
|
|
serde_json = "1.0" |