33155c6ce2
Transpiled by c2rust: `c2rust transpile --binary main compile_commands.json -r --reduce-type-annotations -o ../squeezers -- -I/usr/lib/clang/9.0.1/include`
30 lines
349 B
TOML
30 lines
349 B
TOML
[workspace]
|
|
members = [
|
|
]
|
|
|
|
[package]
|
|
name = "squeezers"
|
|
authors = ["C2Rust"]
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = "2018"
|
|
autobins = false
|
|
|
|
[lib]
|
|
name = "squeezers"
|
|
path = "lib.rs"
|
|
crate-type = ["staticlib", "rlib"]
|
|
|
|
|
|
[[bin]]
|
|
path = "src/main.rs"
|
|
name = "main"
|
|
|
|
[dependencies]
|
|
c2rust-bitfields = "0.3"
|
|
c2rust-asm-casts = "0.1"
|
|
libc = "0.2"
|
|
|
|
|
|
|