2018-07-21 12:15:42 +02:00

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" }