From 15831272bbda8e052760afcd8800f75e09a51a53 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 26 Feb 2019 16:23:30 -0800 Subject: 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. --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3