[package] name = "supergit" description = "A strongly typed, read-only representation of a git repository" version = "0.1.0" authors = ["Mx Kookie "] edition = "2018" [dependencies] git2 = "0.11" async-std = { version = "1.0", features = ["unstable"] }