From 896034cc94b09d6efc1eba6bb2fdad03269ff369 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 6 Jun 2023 14:35:16 +0300 Subject: chore(corp/rih): bootstrap backend application with rouille Change-Id: I48b0c432a843db5a44b3a3de09f18e1232644a44 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8715 Reviewed-by: tazjin Tested-by: BuildkiteCI --- corp/rih/backend/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 corp/rih/backend/Cargo.toml (limited to 'corp/rih/backend/Cargo.toml') diff --git a/corp/rih/backend/Cargo.toml b/corp/rih/backend/Cargo.toml new file mode 100644 index 000000000000..d9375d592ddd --- /dev/null +++ b/corp/rih/backend/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rih-backend" +version = "0.1.0" +edition = "2021" + +[dependencies.rouille] +version = "3.6.2" +default_features = false -- cgit 1.4.1