aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock18
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a3cfa5c..c5b3374 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -118,6 +118,7 @@ name = "datagengo"
version = "0.1.0"
dependencies = [
"anyhow",
+ "markdown",
"rand",
"rayon",
"regex",
@@ -187,6 +188,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
+name = "markdown"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ef3aab6a1d529b112695f72beec5ee80e729cb45af58663ec902c8fac764ecdd"
+dependencies = [
+ "lazy_static",
+ "pipeline",
+ "regex",
+]
+
+[[package]]
name = "memchr"
version = "2.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -212,6 +224,12 @@ dependencies = [
]
[[package]]
+name = "pipeline"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d15b6607fa632996eb8a17c9041cb6071cb75ac057abd45dece578723ea8c7c0"
+
+[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"