mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 21:59:52 -07:00
parent
a1574c6b8d
commit
1d93461183
5 changed files with 96 additions and 24 deletions
|
@ -14,6 +14,7 @@ categories = ["command-line-utilities"]
|
|||
rust-version = "1.66"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.3.2"
|
||||
chrono = "0.4"
|
||||
clap = {version = "4.0", features = ["derive"]}
|
||||
css-color-parser = "0.1.2"
|
||||
|
@ -23,6 +24,7 @@ html5ever = "0.26.0"
|
|||
markup5ever_rcdom = "0.2.0"
|
||||
mime = "^0.3.16"
|
||||
mime_guess = "^2.0.4"
|
||||
open = "3.2.0"
|
||||
regex = "^1.5"
|
||||
rpassword = "^7.2"
|
||||
serde = "^1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue