Submitter | phabricator |
---|---|
Date | Dec. 1, 2020, 7:34 a.m. |
Message ID | <differential-rev-PHID-DREV-dsxyfxbpo6frt6ymxw3p-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/47750/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/newfile b/newfile new file mode 100644 --- /dev/null +++ b/newfile @@ -0,0 +1,16 @@ +[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"