implemented command

refactor command to a new crate
This commit is contained in:
2026-02-08 17:34:52 +08:00
parent bfcd414a14
commit 900cd48509
17 changed files with 424 additions and 353 deletions

10
magma-command/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "magma-command"
version = "0.1.0"
edition = "2024"
[dependencies]
serde_json = "1.0.149"
serde.workspace = true
color-eyre.workspace = true