mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 13:11:32 +03:00
18 lines
311 B
TOML
18 lines
311 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "affine_common"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
chrono = { workspace = true }
|
|
rand = { workspace = true }
|
|
sha3 = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
rayon = { workspace = true }
|
|
criterion2 = { workspace = true }
|
|
|
|
[[bench]]
|
|
name = "hashcash"
|
|
harness = false
|