Skip to content

Commit

Permalink
Working toward a release on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Dec 19, 2018
1 parent 74e73fa commit 0ae27ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.DS_Store
.travis.yml
/target
**/*.rs.bk
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[package]
name = "yj"
version = "0.5.0"
version = "0.6.0"
authors = ["Bruce Adams <[email protected]>"]
edition = "2018"

description = "Command line tool that converts YAML to JSON"
license = "Apache-2.0"
homepage = "https://github.com/bruceadams/yj"
repository = "https://github.com/bruceadams/yj"


[dependencies]
failure = "0.1"
serde_json = "1.0"
Expand Down

0 comments on commit 0ae27ee

Please sign in to comment.