mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 19:49:28 +00:00
14 lines
253 B
TOML
14 lines
253 B
TOML
|
[package]
|
||
|
name = "cuprate-p2p-bucket"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
license = "MIT"
|
||
|
authors = ["SyntheticBird"]
|
||
|
|
||
|
[dependencies]
|
||
|
arrayvec = { workspace = true }
|
||
|
rand = { workspace = true, features = ["std", "std_rng"]}
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|