xref: /DragonOS/user/apps/test-backlog/Cargo.toml (revision 2b7818e80e00fcfe4d03533f587cc125ea5e4bec)
1[package]
2name = "test-backlog"
3version = "0.1.0"
4edition = "2021"
5description = "test the tcp backlog"
6authors = [ "saga" ]
7
8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10[dependencies]
11actix-web={ version = "3.0.0",default-features = false,features=["rust-tls"] }
12
13