1 2 3 4 5 6 7 8 9 10
[package] name = "zesh_git" version = "0.1.1" edition = "2024" license = "MIT" description = "Package to provide git functionality to zesh" repository = "https://github.com/roberte777/zesh" [dependencies] thiserror = "2.0.12"