[package] name = "upgit" version = "0.1.1" authors = ["neallred <neallred@gmail.com>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] git2 = "0.17.2" rpassword = "7.2.0" tokio = { version = "1.32.0", features = ["full"] } clap = { version = "4.4.0", features = ["derive"] } text_io = "0.1.12" shellexpand = "3.1.0" url = "2.4.0" openssl = { version = "0.10.57", features = ["vendored"] }