1# libgit-rs
2 3Proof-of-concept Git bindings for Rust.
4 5```toml 6[dependencies] 7libgit="0.1.0" 8``` 910## Rust version requirements
1112libgit-rs should support Rust versions at least as old as the version included
13in Debian stable (currently 1.63).