Update Cargo.toml for current conventions.
This commit is contained in:
parent
c2473c1fce
commit
6bf612e2ed
1 changed files with 1 additions and 7 deletions
|
@ -1,14 +1,8 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "anymap"
|
name = "anymap"
|
||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
readme = "README.md"
|
|
||||||
authors = [ "Chris Morgan <me@chrismorgan.info>" ]
|
authors = [ "Chris Morgan <me@chrismorgan.info>" ]
|
||||||
tags = ["data-structures"]
|
|
||||||
|
|
||||||
[[lib]]
|
|
||||||
|
|
||||||
|
[lib]
|
||||||
name = "anymap"
|
name = "anymap"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue