feat(strata): initial commit

This commit is contained in:
2026-03-24 13:23:29 -04:00
commit 699dcd5efa
10 changed files with 741 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "strata"
version = "0.1.0"
edition = "2024"
publish = ["crates-io"]
[dependencies]
clap = { version = "4.6.0", features = ["derive"] }