chore: move command parser into crates

This commit is contained in:
dusk 2025-01-03 20:19:50 +09:00
parent 7bd50db63e
commit 63a35c78ac
No known key found for this signature in database
7 changed files with 0 additions and 0 deletions

View file

@ -1,15 +0,0 @@
[package]
name = "commands"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
lazy_static = { workspace = true }
uniffi = { version = "0.25" }
[build-dependencies]
uniffi = { version = "0.25", features = [ "build" ] }