Fetch the repository succeeded.
[package]
name = "rust_admin2_backend_api"
version = "1.0.0"
authors = ["Han <hanting.hou@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "3.2"
actix-rt = "1.1"
env_logger = "0.8"
anyhow = "1.0"
futures = "0.3"
dotenv = "0.15"
serde_derive = "1.0"
serde = "1.0"
serde_json = "1.0"
num-traits = "0.2"
#chrono = "0.4"
#actix-cors = "0.2"
#actix-service = "1.0"
#regex = "1.3"
#sys-info = "0.5"
#toml = "0.5"
#actix-files = "0.2"
#actix-multipart = "0.2"
#futures = "0.3"
rust_admin2_common = { path = "../rust-admin2-common" }
[dependencies.sqlx]
version = "0.3"
default-features = false
features = ["postgres", "macros", "runtime-async-std", "chrono", "ipnetwork", "bigdecimal"]
Sign in for post a comment
Comment ( 0 )