[package] name = "mygithub" version = "0.1.0" authors = ["ykafia "] edition = "2018" description = "A tool that fetches a repo from github without the need if knowing it's url." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.9.22" serde_json = "1.0.41" serde = "1.0.101" serde_derive = "1.0.101" dialoguer = "0.4.0"