12 lines
201 B
TOML
12 lines
201 B
TOML
[package]
|
|
name = "archive"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bon = "3.6.4"
|
|
bytes = "1.10.1"
|
|
byteyarn = "0.5.1"
|
|
thiserror = "2.0.12"
|
|
tokio = { version = "1.45.1", features = ["full"] }
|