Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Dec 19, 2017
1 parent 393fee1 commit 032bcb7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 39 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

30 changes: 16 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
[package]
authors = ["Bastien Dejean <[email protected]>"]
name = "plato"
version = "0.1.0"
version = "0.2.1"

[[bin]]
name = "plato"
path = "src/main.rs"

[[bin]]
name = "plato-import"
path = "src/importer.rs"

[dependencies]
bitflags = "1.0.1"
downcast-rs = "1.0.0"
error-chain = "0.11.0"
fnv = "1.0.6"
getopts = "0.2.15"
html-entities = "0.1.0"
isbn = "0.1.0"
lazy_static = "1.0.0"
libc = "0.2.34"
png = "0.11.0"
getopts = "0.2.15"
html-entities = "0.1.0"
reqwest = "0.8.1"
regex = "0.2.3"
serde = "1.0.23"
serde_derive = "1.0.23"
serde = "1.0.24"
serde_derive = "1.0.24"
serde_json = "1.0.8"
titlecase = "0.10.0"
unicode-normalization = "0.1.5"

[[bin]]
name = "plato"
path = "src/main.rs"

[[bin]]
name = "plato-import"
path = "src/importer.rs"
[dependencies.reqwest]
version = "0.8.1"
optional = true

[dependencies.chrono]
features = ["serde"]
version = "0.4.0"

[profile.release]
panic = "abort"

0 comments on commit 032bcb7

Please sign in to comment.