mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 07:10:51 +00:00
13 lines
302 B
TOML
13 lines
302 B
TOML
[package]
|
|
name = "g3-dpi"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
fnv.workspace = true
|
|
bytes.workspace = true
|
|
memchr.workspace = true
|
|
g3-types.workspace = true
|