浏览代码

Mark workspace root directory in members

timvisee 7 年之前
父节点
当前提交
951bcbe5d8
共有 2 个文件被更改,包括 2 次插入0 次删除
  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"