Files
MaaAssistantArknights/src/Rust/Cargo.toml
yuanyan3060 656bf52c1e feat: 增加rust绑定和http服务器实现捏 (#1321)
* 增加maa-core的rust绑定

* Update Readme.md

* update Readme
2022-07-25 10:30:22 +08:00

18 lines
425 B
TOML

[package]
authors = ["yuanyan3060"]
name = "maa_server"
version = "0.0.1"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.1.0"
chrono = "0.4.19"
lazy_static = "1.4.0"
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
sled = "0.34.7"
tracing = "0.1.35"
tracing-subscriber = "0.3.15"