mirror of
https://github.com/bytedance/g3.git
synced 2026-05-04 22:51:02 +00:00
15 lines
314 B
TOML
15 lines
314 B
TOML
[package]
|
|
name = "g3-compat"
|
|
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]
|
|
cfg-if.workspace = true
|
|
libc.workspace = true
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
cfg-if.workspace = true
|