fix: added example of usage, fixed formatting

This commit is contained in:
2025-08-25 13:39:58 -04:00
parent cd3ea6fc10
commit ce5e5ea6ab
4 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "example_remove_rook_osd"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
harmony = { version = "0.1.0", path = "../../harmony" }
harmony_cli = { version = "0.1.0", path = "../../harmony_cli" }
harmony_tui = { version = "0.1.0", path = "../../harmony_tui" }
tokio.workspace = true