summaryrefslogtreecommitdiff
path: root/contrib/libgit-rs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libgit-rs/README.md')
-rw-r--r--contrib/libgit-rs/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/libgit-rs/README.md b/contrib/libgit-rs/README.md
new file mode 100644
index 0000000000..ff945e1ce2
--- /dev/null
+++ b/contrib/libgit-rs/README.md
@@ -0,0 +1,13 @@
+# libgit-rs
+
+Proof-of-concept Git bindings for Rust.
+
+```toml
+[dependencies]
+libgit = "0.1.0"
+```
+
+## Rust version requirements
+
+libgit-rs should support Rust versions at least as old as the version included
+in Debian stable (currently 1.63).