Git fork
at reftables-rust 13 lines 243 B view raw view rendered
1# libgit-rs 2 3Proof-of-concept Git bindings for Rust. 4 5```toml 6[dependencies] 7libgit = "0.1.0" 8``` 9 10## Rust version requirements 11 12libgit-rs should support Rust versions at least as old as the version included 13in Debian stable (currently 1.63).