diff options
author | gennyble <gen@nyble.dev> | 2025-03-11 16:34:13 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-11 16:34:13 -0500 |
commit | a3798984ad4d77ae66d28478a19fb3e50e7a64f7 (patch) | |
tree | fc141dfd17aa86028e02f1e51575f295a2a3954f /Cargo.toml | |
parent | 912ce0966c42f126d7a37c88e442e16a30308415 (diff) | |
download | corgi-a3798984ad4d77ae66d28478a19fb3e50e7a64f7.tar.gz corgi-a3798984ad4d77ae66d28478a19fb3e50e7a64f7.zip |
allow setting script path to execute
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 206071d..77232e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] +confindent = "2.2.0" http-body-util = "0.1.3" hyper-util = { version = "0.1.10", features = ["tokio"] } |