diff options
author | Teddy Wing | 2020-07-31 01:40:11 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-31 01:40:11 +0200 |
commit | 2b54af9f5e0ddd1233771b163588cc7b409988b1 (patch) | |
tree | 586e1cc87141d05fca56c4285acd39387bd2d9fd /Cargo.toml | |
parent | d10a7e33ee4931cc88ff38e8f3b96ffe2e5f2ecc (diff) | |
download | git-suggestion-2b54af9f5e0ddd1233771b163588cc7b409988b1.tar.bz2 |
Cargo.toml: Remove 'unidiff' dependency
Ended up not using this. Instead used 'git2' to generate the diff.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,5 +11,4 @@ serde = { version = "1.0.114", features = ["derive"] } serde_json = "1.0.56" tempfile = "3.1.0" thiserror = "1.0.20" -unidiff = "0.3.3" url = "2.1.1" |