[package] name = "gotpm" description = "A Godot simple package manager" version = "0.2.1" edition = "2021" authors = ["Vitor Freitas Buchalla "] license-file = "LICENSE" readme = "README.md" homepage = "https://github.com/vfreitas-/gotpm" repository = "https://github.com/vfreitas-/gotpm" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.8", features = ["derive"] } toml_edit = "0.14.2" git-url-parse = "0.4.0" git2 = "0.14" openssl-sys = "0.9" openssl = "0.10" fs_extra = "1.2.0"