planting a seed

This commit is contained in:
りき萌 2023-08-17 21:59:56 +02:00
commit e69dcdc197
11 changed files with 561 additions and 0 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
treehouse-format = { path = "crates/treehouse-format" }