summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2f51bf5d5ff5f83e023cbc17f4365d99ab837ce0 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "gitcore"
version = "0.1.0"
edition = "2018"
rust-version = "1.49.0"

[lib]
crate-type = ["staticlib"]

[dependencies]