Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"cargo install deno" #2942

Closed
ry opened this issue Sep 13, 2019 · 1 comment · Fixed by #3600
Closed

"cargo install deno" #2942

ry opened this issue Sep 13, 2019 · 1 comment · Fixed by #3600
Labels
build build system or continuous integration related

Comments

@ry
Copy link
Member

ry commented Sep 13, 2019

Currently the deno crate on crates.io is our "core" crate... which is essentially our binding to V8 without any of the ops, typescript, or other high-level functionality that makes up the deno CLI.

Now that we've switched to "cargo build" as our main build frontend (#2608), it's much easier for us to publish the cli crate to crates.io.

I suggest having the deno crate be our cli crate, and have deno_core be the core crate. This would allow people to "cargo install" the executable.

@ry ry added the build build system or continuous integration related label Sep 13, 2019
@ry ry mentioned this issue Sep 14, 2019
@kt3k
Copy link
Member

kt3k commented Jan 5, 2020

ref: #3600

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build build system or continuous integration related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants