Current section

Files

Jump to
ex_git native exgit Cargo.toml
Raw

native/exgit/Cargo.toml

[package]
name = "exgit"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "exgit"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.27.0"
git2 = "0.16.1"