Add licenses to all Cargo.toml files (#349)

This commit is contained in:
Pierre Krieger
2018-07-21 12:15:42 +02:00
committed by GitHub
parent 9d28fa0b78
commit 9480295bf2
21 changed files with 21 additions and 0 deletions

View File

@ -2,6 +2,7 @@
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" }