git-log/crates/gitlog_core/Cargo.toml
2022-11-06 16:08:01 +01:00

13 lines
299 B
TOML

[package]
name = "gitlog_core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eyre = { workspace = true }
git2 = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }