summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-02 01:14:56 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-02 01:14:56 -0400
commit8e50eabaddb292960799af34689b29bd0207bd91 (patch)
tree6f21687d95932b785349d77fa7150262c4d53ff3 /Cargo.lock
parentce7263e0fa98daafb84295e75064e6d7efd87ba2 (diff)
Use include_dir to include all yaml files
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c0bb18..dd58246 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -94,6 +94,7 @@ name = "dmn"
version = "0.1.0"
dependencies = [
"clap",
+ "include_dir",
"rand",
"serde",
"serde_yaml",
@@ -123,6 +124,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
[[package]]
+name = "include_dir"
+version = "0.7.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e"
+dependencies = [
+ "include_dir_macros",
+]
+
+[[package]]
+name = "include_dir_macros"
+version = "0.7.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f"
+dependencies = [
+ "proc-macro2",
+ "quote",
+]
+
+[[package]]
name = "indexmap"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"