Create libs for common code

This commit is contained in:
Noah Knegt
2025-05-08 14:09:29 +02:00
parent 5d372f87cb
commit a2f2e303a0
13 changed files with 126 additions and 102 deletions

11
git/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "git"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license-file.workspace = true
repository.workspace = true
[dependencies]
thiserror = "2.0"