diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-10-25 02:07:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-25 05:07:28 +0300 |
commit | 5a3bf69e3fd771271921f62219cdb8f920db39ee (patch) | |
tree | 0a2315b5a5c486fb13d6e7f693a04f769c2a1c81 /Cargo.lock | |
parent | 269f00051ea85e423a078e9b952ea526230e5338 (diff) | |
download | alacritty-5a3bf69e3fd771271921f62219cdb8f920db39ee.tar.gz alacritty-5a3bf69e3fd771271921f62219cdb8f920db39ee.zip |
Remove rustc_tools_util dependency
Since our usage of the rustc_tools_util crate is so trivial, it seems
like we should be able to just inline it directly into Alacritty.
It's a very well trusted crate, being hosted directly by rust-lang and
it does not pull in any other dependencies, but having a dependency for
just 6 lines of code seems a bit extreme.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -40,7 +40,6 @@ dependencies = [ "notify", "objc", "parking_lot", - "rustc_tools_util", "serde", "serde_json", "serde_yaml", @@ -1755,12 +1754,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] -name = "rustc_tools_util" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee" - -[[package]] name = "rusttype" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" |