summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: afb81d744fb501a135298074127a0fbf6d0f3752 (plain)
1
2
3
4
5
6
7
8
9
10
11
 # Dummy package info required by `cargo fetch`
 # Called from tools/sync_third_party.py
 # Should not be called with `cargo build`
[package]
name = "deno"
version = "0.0.0"

[dependencies]
url = "1.7.1"
libc = "0.2.42"
log = "0.4.3"