X-Git-Url: https://git.jacobcasper.com/?p=sockgit.git;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=058174e5fc1b6272a7c107e93d39a118020f32aa;hp=0000000000000000000000000000000000000000;hb=3263e5466a97e72e9de5afe634aa866aa107f652;hpb=421788a86f2ecef84c98eebc74a1f8a8fe2001e9 diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..058174e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "sockgit" +version = "0.1.0" +authors = ["Jacob Casper "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +git2 = "0.13"