e2size/Cargo.toml
2021-06-14 18:07:37 +02:00

10 lines
169 B
TOML

[package]
name = "e2size"
version = "0.1.0"
authors = ["Moritz Bitsch"]
edition = "2018"
[dependencies]
byteorder = "1.4.3"
positioned-io = "0.2.2"
thiserror = "1.0.25"