diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-06T11·35+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-06-06T11·43+0000 |
commit | 896034cc94b09d6efc1eba6bb2fdad03269ff369 (patch) | |
tree | cef7bdae0aa2963658bc4410a700b0bd37b1cacb /corp/rih/backend/Cargo.toml | |
parent | 5dee4780dab5e22eb2929a3b4287c5a781fc20f9 (diff) |
chore(corp/rih): bootstrap backend application with rouille r/6238
Change-Id: I48b0c432a843db5a44b3a3de09f18e1232644a44 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8715 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'corp/rih/backend/Cargo.toml')
-rw-r--r-- | corp/rih/backend/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |