mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-28 10:24:23 +01:00
15 lines
261 B
TOML
15 lines
261 B
TOML
[package]
|
|
name = "mast"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
blake3 = "1.5.0"
|
|
redb = "1.4.0"
|
|
varu64 = "0.7.0"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.8.1"
|