12 lines
184 B
TOML
12 lines
184 B
TOML
[package]
|
|
name = "git"
|
|
version = "0.1.0"
|
|
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license-file.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror = "2.0"
|