summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-02-26 16:23:30 -0800
committerBert Belder <bertbelder@gmail.com>2019-02-26 16:23:36 -0800
commit15831272bbda8e052760afcd8800f75e09a51a53 (patch)
tree807e3910f7427ca9edae7a3c84c13b0c6712929b /Cargo.toml
parentb8a537d020f5e4495572daa4d8a59f51fa3b20d1 (diff)
core: add Cargo.toml
This aids development using Visual Studio Code. The http_bench can't be built with cargo yet because it needs to link with libdeno.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce796ea3e..37057d54c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,13 @@
# 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.
+
+[workspace]
+members = [
+ "./",
+ "core",
+]
+
[package]
name = "deno"
version = "0.3.0"