Add basic gitlog

This commit is contained in:
2022-11-06 16:08:01 +01:00
parent a449640ed5
commit 738f4a9add
6 changed files with 355 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
[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 }