Files
lootalot/Cargo.toml

22 lines
359 B
TOML

[package]
name = "lootalot"
version = "0.1.0"
authors = ["Artus <artus@landoftheunicorn.ovh>"]
edition = "2018"
[dependencies]
actix-web = "1.0.*"
actix-files = "*"
lootalot-db = { version = "0.1", path = "./lootalot_db" }
dotenv = "*"
env_logger = "*"
futures = "0.1"
diesel = "*"
serde = "*"
actix-cors = "0.1.0"
[workspace]
members = [
"lootalot_db"
]