implemented command
refactor command to a new crate
This commit is contained in:
10
magma-command/Cargo.toml
Normal file
10
magma-command/Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user