Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryBlokHed committed Jun 23, 2021
1 parent 03f3ac5 commit 770c59a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "databind"
version = "0.2.0"
version = "0.2.1"
authors = ["Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>"]
edition = "2018"
description = "Expand the functionality of Minecraft Datapacks."
documentation = "https://databind.readthedocs.io/en/v0.2.0/"
documentation = "https://databind.readthedocs.io/en/v0.2.1/"
readme = "README.md"
repository = "https://github.com/MysteryBlokHed/databind"
license = "GPL-3.0"
Expand All @@ -25,12 +25,12 @@ exclude = [
clap = "2.33"
glob = "0.3"
rand = "0.8"
walkdir = "2.3"
toml = "0.5"
regex = "1.5"
same-file = "1.0"
serde = { version="1.0", features=["derive"] }
serde_json = "1.0"
same-file = "1.0"
regex = "1.5"
toml = "0.5"
walkdir = "2.3"

[dev-dependencies]
tempdir = "0.3"

0 comments on commit 770c59a

Please sign in to comment.