Skip to content

Commit

Permalink
update cargo manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Jun 9, 2019
1 parent b0c2ca0 commit c6398a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
name = "cddl"
description = "Parser for the Concise data definition language (CDDL)"
repository = "https://github.com/anweiss/cddl"
license = "MIT"
version = "0.1.0"
authors = ["Andrew Weiss <[email protected]>"]
edition = "2018"
exclude = ["src/bin/serde.rs"]


[dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit c6398a9

Please sign in to comment.