Skip to content

Commit

Permalink
Add more cargo metadata, in prep for crates.io
Browse files Browse the repository at this point in the history
Also, install process gets a bit simpler
  • Loading branch information
jaybosamiya committed Jan 29, 2024
1 parent 4baf89f commit 4d6b8f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ version = "0.1.3"
edition = "2021"
autoexamples = false
license = "MIT"
description = "An opinionated formatter for Verus"
homepage = "https://github.com/jaybosamiya/verusfmt"
repository = "https://github.com/jaybosamiya/verusfmt"
readme = "README.md"
keywords = ["verus", "formatter", "pretty-printer"]
categories = ["development-tools"]
exclude = [
".gitattributes",
".github/",
"examples/",
"tests/",
"util/",
]

[dependencies]
clap = { version = "4.3.11", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An opinionated formatter for [Verus] code.
Install the latest version using:

``` sh
cargo install --git https://github.com/jaybosamiya/verusfmt --locked
cargo install verusfmt --locked
```

This will install the `verusfmt` binary. You can then run it on a file using an
Expand Down

0 comments on commit 4d6b8f1

Please sign in to comment.