aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-09-26 13:12:26 +0200
committerAlex Auvolat <alex@adnab.me>2023-09-26 13:12:26 +0200
commitfff245eaa5db1289a652da41ff7826bd368d7180 (patch)
tree709bfd4ea485a6a95ab9d03d8ebb37477663ddd1 /Cargo.toml
parent9729e8f0ac43516c2c7d25f7e51c46df0be27ab6 (diff)
downloaddatagengo-fff245eaa5db1289a652da41ff7826bd368d7180.tar.gz
datagengo-fff245eaa5db1289a652da41ff7826bd368d7180.zip
add readme to site; style for batches; order kanji like in sentences
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 915d362..5b31955 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
+markdown = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
structopt = "0.3"