Initial commit of pacwrap-rust.

This commit is contained in:
Xavier Moffett 2023-06-18 00:07:56 -04:00
parent e855232848
commit ecab602dab
28 changed files with 1360 additions and 0 deletions

22
Cargo.toml Normal file
View file

@ -0,0 +1,22 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "pacwrap"
version = "0.1.0"
edition = "2021"
[dependencies]
command-fds = "0.2.2"
#tempfile = "3"
serde_json = "1.0"
envy = "0.4"
nix = "0.26.2"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
typetag="0.2"
os_pipe = "1.1.4"
signal-hook = "0.3.15"
[profile.release]
lto = "thin"
opt-level = "s"