From 69357da9f009c5a5ca6021b14eac1b500aace17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Sat, 6 Jan 2024 06:34:47 -0300 Subject: [PATCH] Create Cargo.toml --- src/web/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/web/Cargo.toml diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml new file mode 100644 index 00000000..3e80e7c6 --- /dev/null +++ b/src/web/Cargo.toml @@ -0,0 +1,4 @@ +[workspace] + +name = "src/web" +version = "v1.0.17-alpha"