Nested cargo

This commit is contained in:
Jake Hillion 2021-06-14 12:29:39 +01:00
parent b332fe5bb8
commit 8624b802e7
4 changed files with 14 additions and 9 deletions

2
Cargo.lock generated
View File

@ -1,5 +1,5 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
[[package]] [[package]]
name = "unnamed-crypto" name = "plot"
version = "0.1.0" version = "0.1.0"

View File

@ -1,9 +1,5 @@
[package] [workspace]
name = "unnamed-crypto"
version = "0.1.0"
authors = ["Jake Hillion <jake@cryptoplotting.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html members = [
"plot",
[dependencies] ]

9
plot/Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "plot"
version = "0.1.0"
authors = ["Jake Hillion <jake@cryptoplotting.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]