Set up cargo workspace and shared crate
This commit is contained in:
parent
05096bf088
commit
8fbdf63c51
5 changed files with 52 additions and 0 deletions
9
tta/Cargo.toml
Normal file
9
tta/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "tta"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue