mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 10:11:19 +00:00
8 lines
226 B
TOML
8 lines
226 B
TOML
[package]
|
|
name = "circular-buffer"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
smallvec = { git = "https://github.com/Vurich/rust-smallvec.git", branch = "array-zero" } |