Initial repository setup #1
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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"
|
||||
|
12
Cargo.toml
12
Cargo.toml
@ -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
9
plot/Cargo.toml
Normal 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]
|
Loading…
Reference in New Issue
Block a user