diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-13 15:45:46 -0400 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-09-13 21:45:46 +0200 |
commit | f5afadc000b2d792eb7755a51bcf9c62066456ac (patch) | |
tree | 93e4d6e1faa2cf033049c275107633a5e360381d | |
parent | ac68f628d26de243fed737521f6f839ccda3ec0c (diff) |
Remove old comment about gn build (#2944)
-rw-r--r-- | cli/Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b0674557f..62cd15799 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,11 +1,4 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -# Dummy package info required by `cargo fetch`. -# Use tools/sync_rust_crates.py to install deps after editing this file. -# Deno does not build with cargo. Deno uses a build system called gn. -# See build_extra/rust/BUILD.gn for the manually built configuration of rust -# crates. - - [[bin]] name = "deno" path = "main.rs" |