This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
6fa4d2e759
denoland-deno
/
Cargo.toml
6 lines
45 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"
,
]
Copy permalink