mirror of
https://github.com/bytedance/g3.git
synced 2026-05-04 22:51:02 +00:00
15 lines
404 B
TOML
15 lines
404 B
TOML
[package]
|
|
name = "g3-socket"
|
|
version = "0.3.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version = "1.63.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libc.workspace = true
|
|
tokio = { workspace = true, features = ["net"] }
|
|
socket2 = { version = "0.5", features = ["all"] }
|
|
rand.workspace = true
|
|
g3-types.workspace = true
|