mirror of https://github.com/ivanch/tcc.git
16 lines
400 B
TOML
16 lines
400 B
TOML
[package]
|
|
name = "ActixAPI"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
actix-files = "0.6.2"
|
|
qstring = "0.7.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1"
|
|
futures = "0.3"
|
|
actix-protobuf = "0.10.0"
|
|
prost = { version = "0.12", features = ["prost-derive"] } |