diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-14 12:55:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-14 12:55:50 +0900 |
| commit | f2a946fad67161b65d09ce26bee6604d38b8c42f (patch) | |
| tree | 78a1c402fa1f9fab4a3724624053d81e95f761a1 /crates/mozart/src/lib.rs | |
| parent | 08a845acdd831a9de186696b9614ee397c8e7c68 (diff) | |
| download | php-mozart-f2a946fad67161b65d09ce26bee6604d38b8c42f.tar.gz php-mozart-f2a946fad67161b65d09ce26bee6604d38b8c42f.tar.zst php-mozart-f2a946fad67161b65d09ce26bee6604d38b8c42f.zip | |
implement about command
Diffstat (limited to 'crates/mozart/src/lib.rs')
| -rw-r--r-- | crates/mozart/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/mozart/src/lib.rs b/crates/mozart/src/lib.rs index 82b6da3..7a110c5 100644 --- a/crates/mozart/src/lib.rs +++ b/crates/mozart/src/lib.rs @@ -1 +1,2 @@ pub mod commands; +pub mod console; |
