xref: /DragonOS/user/apps/test-backlog/Cargo.toml (revision c719ddc6312acd7976e0f6fd449a94ff9abad5a6) !
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