Build RE baseline and initial Rust workspace

This commit is contained in:
Jan Petykiewicz 2026-04-02 23:11:15 -07:00
commit ffaf155ef0
39 changed files with 5974 additions and 8 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "rrt-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
rrt-model = { path = "../rrt-model" }
sha2.workspace = true