8 lines
226 B
TOML
Raw Normal View History

2017-11-10 12:27:11 +01:00
[package]
name = "circular-buffer"
version = "0.1.0"
2017-12-11 18:19:25 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
2017-11-10 12:27:11 +01:00
[dependencies]
smallvec = { git = "https://github.com/Vurich/rust-smallvec.git", branch = "array-zero" }