[package] name = "git-lock" version = "3.0.3" repository = "https://github.com/Byron/gitoxide" license = "MIT/Apache-2.0" description = "Please use `gix-` instead ('git' -> 'gix')" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] rust-version = "1.64" [lib] doctest = false test = true [dependencies] fastrand = "1.5.0" git-tempfile = { version = "^3.0.0", path = "../git-tempfile" } quick-error = "2.0.0" [dev-dependencies] tempfile = "3.2.0"