Move terminal scripts to scripts folder, and remove parking_lot from terminal crate

Co-authored-by: mikayla.c.maki@gmail.com
This commit is contained in:
Keith Simmons 2022-07-08 16:16:57 -07:00
parent 31361e564d
commit 20f7fba16f
4 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -4886,7 +4886,6 @@ dependencies = [
"itertools",
"mio-extras",
"ordered-float",
"parking_lot 0.11.2",
"project",
"settings",
"smallvec",

View File

@ -22,7 +22,6 @@ futures = "0.3"
ordered-float = "2.1.1"
itertools = "0.10"
dirs = "4.0.0"
parking_lot = "0.11"
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }