squeezers/Cargo.toml
Micha Glave 33155c6ce2 Adding a transpiled version of [Ralph Irving's squeezelite](https://github.com/ralph-irving/squeezelite).
Transpiled by c2rust:

`c2rust transpile --binary main compile_commands.json -r --reduce-type-annotations -o ../squeezers -- -I/usr/lib/clang/9.0.1/include`
2020-04-01 13:55:11 +02:00

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"