mirror of
https://github.com/nthnd/muc.git
synced 2026-04-14 03:00:11 -04:00
11 lines
185 B
TOML
11 lines
185 B
TOML
[package]
|
|
name = "muc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0.32", features = ["derive"] }
|
|
utf8_slice = "1.0.0"
|
|
regex = "1.7.0"
|
|
crossterm = "0.26.1"
|