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