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

Add release binaries to crates.io #3966

Closed
boredsquirrel opened this issue Apr 20, 2024 · 1 comment
Closed

Add release binaries to crates.io #3966

boredsquirrel opened this issue Apr 20, 2024 · 1 comment
Labels
feature request New feature or request

Comments

@boredsquirrel
Copy link

Description

cargo install typst does not work, because it tells me "there are no binaries".

I can only use cargo add typst which is not nice. Correct me if I am wrong.

Use Case

For Rust, in general it is recommended to have the toolchain etc all as the user. So packaging for distros is nice but not the recommended way and not needed. Using rustup and cargo you can manage all binaries from the user dir without ever touching the system.

This has stability benefits, and makes cross-platform support easier.

Currently you release binaries, but at least cargo seems to not find them.

@PgBiel
Copy link
Contributor

PgBiel commented Apr 20, 2024

The typst crate is indeed a library, you cannot install it. You meant to install typst-cli instead.

@Enivex Enivex closed this as not planned Won't fix, can't repro, duplicate, stale Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants