diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "just_enough_vcs_cli" edition = "2024" build = "build.rs" authors = ["JustEnoughVCS Team"] -homepage = "http://jvcs.cc/" +homepage = "https://github.com/JustEnoughVCS/CommandLine/" [workspace] members = ["tools/build_helper"] @@ -38,6 +38,9 @@ toml = "0.9" # Just Enough VCS just_enough_vcs = { path = "../VersionControl", features = ["all"] } +# Error +thiserror = "2.0.17" + # Serialize serde = { version = "1", features = ["derive"] } serde_json = "1" |
