Cargo.toml
25 lines
| 514 B
| application/toml
|
TOMLLexer
Antoine Cezar
|
r45503 | [package] | ||
name = "rhg" | ||||
version = "0.1.0" | ||||
Raphaël Gomès
|
r46598 | authors = [ | ||
"Antoine Cezar <antoine.cezar@octobus.net>", | ||||
"Raphaël Gomès <raphael.gomes@octobus.net>", | ||||
] | ||||
Raphaël Gomès
|
r50524 | edition = "2021" | ||
Antoine Cezar
|
r45503 | |||
[dependencies] | ||||
Raphaël Gomès
|
r49807 | atty = "0.2.14" | ||
Antoine Cezar
|
r45592 | hg-core = { path = "../hg-core"} | ||
Raphaël Gomès
|
r50535 | chrono = "0.4.23" | ||
Raphaël Gomès
|
r50534 | clap = { version = "4.0.24", features = ["cargo"] } | ||
Raphaël Gomès
|
r49807 | derive_more = "0.99.17" | ||
Raphaël Gomès
|
r50535 | home = "0.5.4" | ||
Simon Sapin
|
r47463 | lazy_static = "1.4.0" | ||
Raphaël Gomès
|
r50535 | log = "0.4.17" | ||
Raphaël Gomès
|
r50808 | logging_timer = "1.1.0" | ||
Raphaël Gomès
|
r50535 | regex = "1.7.0" | ||
env_logger = "0.9.3" | ||||
Simon Sapin
|
r49323 | format-bytes = "0.3.0" | ||
Raphaël Gomès
|
r51576 | whoami = "1.4" | ||
Raphaël Gomès
|
r50535 | which = "4.3.0" | ||
Raphaël Gomès
|
r51221 | rayon = "1.7.0" | ||