Merge branch 'cd/master' into HEAD

* cd/master: (344 commits)
  Add build file
  Update fuchsia tty to work with latest
  Update TODO list
  Fix some rustc warnings
  Fix some Clippy warnings
  Rustfmt
  Another fix for stderr support
  Rustfmt
  Simplify surrogate pair handling on windows
  Fix on windows when using stderr.
  Allow customization of the output stream
  Ignore all IO errors during completion
  Prepare 2.1.0 release
  Fix line refresh/redraw (#149)
  [unstable] Fix error: scoped lint `...` is experimental
  Update TODO list
  Flag ReadlineError, Cmd, KeyPress as non exhaustive
  Improve key press handling
  Fix clippy warnings
  Rename consts.rs to keys.rs
  ...

Change-Id: I58774edb83e03b265979bb49b97459de77345070
diff --git a/BUILD.gn b/BUILD.gn
index a3aa640..824e6d2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -12,8 +12,8 @@
   name = "rustyline"
   edition = "2015"
   deps = [
-    "//garnet/public/rust/crates/fuchsia-device",
-    "//garnet/public/rust/crates/fuchsia-zircon",
+    "//garnet/public/rust/fuchsia-device",
+    "//garnet/public/rust/fuchsia-zircon",
  
     "//third_party/rust-crates/rustc_deps:log",
     "//third_party/rust-crates/rustc_deps:libc",