mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
13 lines
319 B
TOML
13 lines
319 B
TOML
[package]
|
|
name = "test-backlog"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "test the tcp backlog"
|
|
authors = [ "saga" ]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web={ version = "3.0.0",default-features = false,features=["rust-tls"] }
|
|
|