You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
455 B

4 years ago
[package]
authors = ["plazmoid <kronos44@mail.ru>"]
edition = "2018"
name = "u_server"
version = "0.1.0"
4 years ago
[dependencies]
dotenv = "0.15.0"
env_logger = "0.7.1"
log = "0.4.11"
anyhow = "*"
warp = "0.2.4"
[dependencies.diesel]
4 years ago
features = ["sqlite"]
version = "1.4.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.114"
[dependencies.tokio]
features = ["macros"]
version = "0.2.22"
[dependencies.u_lib]
path = "../../lib/u_lib"
version = "*"
4 years ago