Cargo.toml
25 lines
| 478 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>", | ||||
] | ||||
Antoine Cezar
|
r45503 | edition = "2018" | ||
[dependencies] | ||||
Raphaël Gomès
|
r49807 | atty = "0.2.14" | ||
Antoine Cezar
|
r45592 | hg-core = { path = "../hg-core"} | ||
Simon Sapin
|
r47343 | chrono = "0.4.19" | ||
Raphaël Gomès
|
r49807 | clap = "2.34.0" | ||
derive_more = "0.99.17" | ||||
Pulkit Goyal
|
r48196 | home = "0.5.3" | ||
Simon Sapin
|
r47463 | lazy_static = "1.4.0" | ||
Raphaël Gomès
|
r49807 | log = "0.4.14" | ||
micro-timer = "0.4.0" | ||||
regex = "1.5.5" | ||||
env_logger = "0.9.0" | ||||
Simon Sapin
|
r49323 | format-bytes = "0.3.0" | ||
Simon Sapin
|
r47343 | users = "0.11.0" | ||
Raphaël Gomès
|
r50043 | which = "4.2.5" | ||
Raphaël Gomès
|
r50995 | rayon = "1.6.1" | ||