Mercurial > hg
view rust/rhg/Cargo.toml @ 46292:3204a35e5c7e
shelve: make listshelves() list shelves in a given vfs
Differential Revision: https://phab.mercurial-scm.org/D9739
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 11 Jan 2021 23:02:20 -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"