Files
obikmer/src/obiread/Cargo.toml
T

10 lines
223 B
TOML
Raw Normal View History

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