mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-14 23:57:12 +00:00
afdfd608df
Generated by: c2rust transpile --emit-build-files --fail-on-error --output-dir . ../libyaml/compile_commands.json Compile commands generated by bear 3.0.18: ./bootstrap ./configure bear -- make
17 lines
250 B
TOML
17 lines
250 B
TOML
[workspace]
|
|
members = [
|
|
]
|
|
[package]
|
|
name = "c2rust_out"
|
|
authors = ["C2Rust"]
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = "2018"
|
|
autobins = false
|
|
|
|
[lib]
|
|
name = "c2rust_out"
|
|
path = "lib.rs"
|
|
crate-type = ["staticlib", "rlib"]
|
|
[dependencies]
|
|
libc= "0.2"
|