소스 검색

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"