12 lines
292 B
TOML
12 lines
292 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-web = "2"
|
|
actix-files = "0.2.1"
|
|
actix-rt = "1" |