diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-02 23:06:54 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-03 10:04:12 -0400 |
| commit | 229e3b80c5d8a50ee4d29e9bfc8ba9482b4a9ff7 (patch) | |
| tree | d9f5f052a316aefb3387f6a396be168b500b6b43 /Cargo.toml | |
| parent | d63e03a8e75ff39cec60f8d6fd82e57078373207 (diff) | |
Improve rust build docs
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0208bf238..f00f5d344 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ - # Dummy package info required by `cargo fetch` - # Called from tools/sync_third_party.py - # Should not be called with `cargo build` +# Dummy package info required by `cargo fetch`. +# Use tools/sync_third_party.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. [package] name = "deno" version = "0.0.0" |
