about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-03-11 16:34:13 -0500
committergennyble <gen@nyble.dev>2025-03-11 16:34:13 -0500
commita3798984ad4d77ae66d28478a19fb3e50e7a64f7 (patch)
treefc141dfd17aa86028e02f1e51575f295a2a3954f /Cargo.lock
parent912ce0966c42f126d7a37c88e442e16a30308415 (diff)
downloadcorgi-a3798984ad4d77ae66d28478a19fb3e50e7a64f7.tar.gz
corgi-a3798984ad4d77ae66d28478a19fb3e50e7a64f7.zip
allow setting script path to execute
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 55b19f3..25241c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -45,9 +45,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 
 [[package]]
+name = "confindent"
+version = "2.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c5a06ecfd8e0b653f5b0a1b083f74a275d2aab7834b90bce8c66f3c0b2f53fb1"
+
+[[package]]
 name = "corgi"
 version = "0.1.0"
 dependencies = [
+ "confindent",
  "http-body-util",
  "hyper",
  "hyper-util",