Initial repository setup #1

Merged
JakeHillion merged 6 commits from init into testnet 2021-06-14 16:30:47 +01:00
4 changed files with 14 additions and 9 deletions
Showing only changes of commit 8624b802e7 - Show all commits

2
Cargo.lock generated
View File

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

View File

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

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]