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

Keith Simmons and mikayla.c.maki@gmail.com created

Co-authored-by: mikayla.c.maki@gmail.com

Change summary

Cargo.lock                               | 1 -
crates/terminal/Cargo.toml               | 1 -
crates/terminal/scripts/print256color.sh | 0 
crates/terminal/scripts/truecolor.sh     | 0 
4 files changed, 2 deletions(-)

Detailed changes

Cargo.lock 🔗

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

crates/terminal/Cargo.toml 🔗

@@ -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"] }