mirror of
https://github.com/openharmony/third_party_rust_linux-raw-sys.git
synced 2026-07-18 18:24:28 -04:00
10 lines
198 B
TOML
10 lines
198 B
TOML
[package]
|
|
name = "gen"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
bindgen = { version = "=0.59.2", default-features = false, features = ["which-rustfmt"] }
|
|
tempdir = "0.3.7"
|