mirror of
https://github.com/simonask/libyaml-safer
synced 2025-02-17 04:48:29 +00:00
20 lines
310 B
TOML
20 lines
310 B
TOML
|
[package]
|
||
|
name = "unsafe-libyaml-test-suite"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[lib]
|
||
|
path = "lib.rs"
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
proc-macro2 = "1.0"
|
||
|
quote = "1.0"
|
||
|
|
||
|
[build-dependencies]
|
||
|
anyhow = "1.0"
|
||
|
flate2 = "1.0"
|
||
|
reqwest = { version = "0.11", features = ["blocking"] }
|
||
|
tar = "0.4.16"
|