essential-contributions / pint

Pint, the constraint-based programming language for declarative blockchains
Apache License 2.0
14 stars 0 forks source link

refactor: Rename `pint` crate to `pint-cli` to avoid crates.io name conflict #756

Closed mitchmindtree closed 2 months ago

mitchmindtree commented 2 months ago

There's an existing piet interpreter crate called pint.

This renames our pint crate to pint-cli so that we can publish it.

Note that the binary name is still pint, so it can still be used as pint -h and run via cargo run --release --bin pint.