Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
leoleoasd committed Mar 14, 2023
1 parent 1c78773 commit 3a8de64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "pre-commit-rust"
version = "0.1.0"
edition = "2021"
description = "Dummy cargo repo to ask pre-commit install cargo."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() {
println!("Hello, world!");
println!("This is only a placeholder.");
}

0 comments on commit 3a8de64

Please sign in to comment.