12 lines
225 B
TOML
12 lines
225 B
TOML
[package]
|
|
name = "init"
|
|
version = "0.0.1"
|
|
build = "build.rs"
|
|
authors = ["LI Qing geding.lq@antgroup.com"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc = "0.2.84"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|