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