This is an automated email from the ASF dual-hosted git repository.
garyw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new 7ea969e Mnemonic-798: Construct workspace for subproject
Mnemonic-protocol.
7ea969e is described below
commit 7ea969ee7c72f008ec5fe9288b1830040c279085
Author: Katarina <[email protected]>
AuthorDate: Sun Oct 1 06:48:31 2023 +0000
Mnemonic-798: Construct workspace for subproject Mnemonic-protocol.
---
mnemonic-protocol/Cargo.toml | 9 ++-------
mnemonic-protocol/{ => protocol}/Cargo.toml | 2 +-
mnemonic-protocol/{ => protocol}/src/lib.rs | 0
3 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/mnemonic-protocol/Cargo.toml b/mnemonic-protocol/Cargo.toml
index 1504357..4377b4b 100644
--- a/mnemonic-protocol/Cargo.toml
+++ b/mnemonic-protocol/Cargo.toml
@@ -15,11 +15,6 @@
# specific language governing permissions and limitations
# under the License.
-[package]
-name = "mnemonic-protocol"
-version = "0.1.0"
-edition = "2021"
+[workspace]
-# See more keys and their definitions at
https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
+members = ["protocol"]
diff --git a/mnemonic-protocol/Cargo.toml
b/mnemonic-protocol/protocol/Cargo.toml
similarity index 97%
copy from mnemonic-protocol/Cargo.toml
copy to mnemonic-protocol/protocol/Cargo.toml
index 1504357..003507a 100644
--- a/mnemonic-protocol/Cargo.toml
+++ b/mnemonic-protocol/protocol/Cargo.toml
@@ -16,7 +16,7 @@
# under the License.
[package]
-name = "mnemonic-protocol"
+name = "protocol"
version = "0.1.0"
edition = "2021"
diff --git a/mnemonic-protocol/src/lib.rs
b/mnemonic-protocol/protocol/src/lib.rs
similarity index 100%
rename from mnemonic-protocol/src/lib.rs
rename to mnemonic-protocol/protocol/src/lib.rs