This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-22 15:06:54 -05:00
Code
Issues
Packages
1
Wiki
Activity
2598f9c68d
denoland-deno
/
Cargo.toml
8 lines
89 B
TOML
Raw
Normal View
History
Unescape
Escape
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.
2019-02-26 19:23:30 -05:00
[
workspace
]
members
=
[
Move //libdeno to //core/libdeno (#2015) Fixes some sed errors introduced in c43cfe. Unfortunately moving libdeno required splitting build.rs into two parts, one for cli and one for core. I've also removed the arm64 build - it's complicating things at this re-org and we're not even testing it. I need to swing back to it and get tools/test.py running for it.
2019-03-30 14:45:36 -04:00
"cli"
,
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.
2019-02-26 19:23:30 -05:00
"core"
,
hyper_hello should be in its own crate (#2641) So that "cargo build" will build it when the gn frontend is eventually removed.
2019-07-15 14:00:27 -04:00
"tools/hyper_hello"
,
Refactor snapshot build (#2825) Instead of using core/snapshot_creator.rs, instead two crates are introduced which allow building the snapshot during build.rs. Rollup is removed and replaced with our own bundler. This removes the Node build dependency. Modules in //js now use Deno-style imports with file extensions, rather than Node style extensionless imports. This improves incremental build time when changes are made to //js files by about 40 seconds.
2019-09-02 17:07:11 -04:00
"deno_typescript"
,
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.
2019-02-26 19:23:30 -05:00
]
Copy permalink