diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 89fd4a71a..afb81d744 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ # Dummy package info required by `cargo fetch` - # Called from tools/build_third_party.py + # Called from tools/sync_third_party.py # Should not be called with `cargo build` [package] name = "deno" @@ -8,4 +8,4 @@ version = "0.0.0" [dependencies] url = "1.7.1" libc = "0.2.42" -log = "0.4.3"
\ No newline at end of file +log = "0.4.3" |
