Forráskód Böngészése

Mark workspace root directory in members

timvisee 7 éve
szülő
commit
951bcbe5d8
2 módosított fájl, 2 hozzáadás és 0 törlés
  1. 1 0
      api/Cargo.toml
  2. 1 0
      cli/Cargo.toml

+ 1 - 0
api/Cargo.toml

@@ -2,6 +2,7 @@
 name = "ffsend-api"
 version = "0.1.0"
 authors = ["timvisee <timvisee@gmail.com>"]
+workspace = ".."
 
 [dependencies]
 base64 = "0.9"

+ 1 - 0
cli/Cargo.toml

@@ -2,6 +2,7 @@
 name = "ffsend-cli"
 version = "0.1.0"
 authors = ["timvisee <timvisee@gmail.com>"]
+workspace = ".."
 
 [[bin]]
 path = "src/main.rs"