Browse Source

Mark workspace root directory in members

timvisee 7 years ago
parent
commit
951bcbe5d8
2 changed files with 2 additions and 0 deletions
  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"