aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: aa370dd6880c04bf3735f4227f2486b254363218 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "squashfs"
version = "0.1.0"
authors = ["Matthew Schauer <matthew.schauer@e10x.net>"]
edition = "2018"

[build-dependencies]
bindgen = "0.53.1"

[dependencies]
libc = "0.2"
thiserror = "1.0"
num-traits = "0.2"
num-derive = "0.3"
owning_ref = "0.4"