added basic structure for monorepo
This commit is contained in:
parent
7299902611
commit
07020f6814
4 changed files with 23 additions and 7 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -1,8 +1,6 @@
|
|||
[package]
|
||||
name = "caesar_transfer"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
[workspace]
|
||||
members = [
|
||||
"caesar_cli",
|
||||
]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
[workspace.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue