0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00

Remove old comment about gn build (#2944)

This commit is contained in:
Ryan Dahl 2019-09-13 15:45:46 -04:00 committed by Bert Belder
parent ac68f628d2
commit f5afadc000

View file

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