summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-11 15:12:59 -0600
committermo khan <mo@mokhan.ca>2025-06-11 15:12:59 -0600
commit4435ee26b79648e92d0f172e42f9e6629e955505 (patch)
tree0720fd07c879a58672fcfcb2e45ed1161430f039 /Cargo.toml
parent39c67cfc6c74bf4b26ba455f3adda1241aea35ea (diff)
chore: rustfmt and include Connection: header in responses
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ab38b4..d728ba0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,10 @@ path = "src/main.rs"
name = "migrate"
path = "src/bin/migrate.rs"
+[[bin]]
+name = "debug"
+path = "src/bin/debug.rs"
+
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"