Skip to content

Commit

Permalink
Add cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Mar 9, 2015
1 parent e798108 commit 28f4399
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
name = "serde"
version = "0.2.0"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
repository = "https://github.com/erickt/rust-quasi"

[lib]
name = "serde"

[dependencies]
rustc-serialize = "*"

[dev-dependencies.serde_macros]
path = "serde_macros/"
[dev-dependencies]
serde_macros = "0.2.0"
3 changes: 3 additions & 0 deletions serde_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "serde_macros"
version = "0.2.0"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A quasi-quoting macro system"
repository = "https://github.com/erickt/rust-quasi"

[lib]
name = "serde_macros"
Expand Down

0 comments on commit 28f4399

Please sign in to comment.