💾 Archived View for 80h.dev › projects › gemgit › files › Cargo.toml.gemini captured on 2020-09-24 at 00:46:24. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2022-03-01)

-=-=-=-=-=-=-

01 [package]

02 name = "gemgit"

03 version = "0.1.0"

04 authors = ["int 80h <int@80h.dev>"]

05 edition = "2018"

06

07 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

08

09 [dependencies]

10 git2 = "0.13"

11 structopt = "0.1.3"

12 structopt-derive = "0.1.0"

13 chrono = "0.4"

14 toml = "0.5.6"

15 serde = "*"

16 serde_derive = "*"

17