From bccc9bce53868d48990f39deb72ce9b6d1fe8242 Mon Sep 17 00:00:00 2001 From: _ <> Date: Sun, 11 Jul 2021 11:38:46 +0000 Subject: [PATCH] set default-run key for ptth_server --- crates/ptth_server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ptth_server/Cargo.toml b/crates/ptth_server/Cargo.toml index e3d1b38..4f62c1c 100644 --- a/crates/ptth_server/Cargo.toml +++ b/crates/ptth_server/Cargo.toml @@ -10,6 +10,7 @@ categories = ["command-line-utilities", "web-programming::http-server"] description = "The server for PTTH" documentation = "https://docs.rs/ptth_server/" repository = "https://github.com/ReactorScram/ptth" +default-run = "ptth_server" [dependencies]