1[package] 2name = "tangled-git" 3version = "0.1.0" 4edition = "2021" 5description = "Git integration helpers for Tangled CLI" 6license = "MIT OR Apache-2.0" 7 8[dependencies] 9anyhow = { workspace = true } 10git2 = { workspace = true } 11