summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-23 17:17:40 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-23 17:17:40 -0500
commit04b7cf5ba6aec5d491de98178522040c6a73bc03 (patch)
treea86527aec9c5d3eab3f0af871514429bed4255ab /Cargo.toml
parent918737b25de58e119f8ee9acdc133ed97bc9d54f (diff)
version bump 0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 742dcb6..de6cf80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,11 @@
[package]
name = "joshuto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
[dependencies]
libc = "0.2.45"
+keycodes = "0.1.0"
serde = "1.0.82"
serde_derive = "1.0.82"
toml = "0.4.10"