Mercurial > hg
view rust/rhg/Cargo.toml @ 46297:82edad33fd81
shelve: move listshelves() to new ShelfDir class, so caller need not pass vfs
Differential Revision: https://phab.mercurial-scm.org/D9744
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Tue, 12 Jan 2021 09:11:15 -0800 |
parents | fada33872b5b |
children | 2e2033081274 |
line wrap: on
line source
[package] name = "rhg" version = "0.1.0" authors = [ "Antoine Cezar <antoine.cezar@octobus.net>", "Raphaël Gomès <raphael.gomes@octobus.net>", ] edition = "2018" [dependencies] hg-core = { path = "../hg-core"} clap = "2.33.1" log = "0.4.11" micro-timer = "0.3.1" env_logger = "0.7.1" format-bytes = "0.1.3"