crates/substrate/gix-ref-store/Cargo.toml
Cargo.tomlhistorycomment on this file
| 1 | [package] |
| 2 | name = "gix-ref-store" |
| 3 | version = "0.0.0" |
| 4 | edition.workspace = true |
| 5 | publish.workspace = true |
| 6 | license.workspace = true |
| 7 | |
| 8 | [dependencies] |
| 9 | gix = { workspace = true } |
| 10 | gix-hash = { workspace = true } |
| 11 | gix-lock = { workspace = true } |
| 12 | thiserror = { workspace = true } |
| 13 | |
| 14 | [dev-dependencies] |
| 15 | rstest = { workspace = true } |
| 16 | tempfile = { workspace = true } |
| 17 | |
| 18 | [lints] |
| 19 | workspace = true |