From 7263eddfb2589db829dfa5771dcabb51ac78fe8c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 24 Dec 2023 12:53:58 +0100 Subject: Initial commit: sync with origin --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a86d8c7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "git-sync-all" +version = "1.0.0" +edition = "2021" + +[dependencies] -- cgit