Files
obikmer/src/obiread/Cargo.toml
T

10 lines
200 B
TOML
Raw Normal View History

2026-04-16 22:38:20 +02:00
[package]
name = "obiread"
version = "0.1.0"
edition = "2024"
[dependencies]
bytes = "1"
niffler = { version = "2", default-features = false, features = ["gz", "bz2", "lzma", "zstd"] }
ureq = "2"