Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Feb 15, 2024
1 parent 1c52584 commit 88f4f23
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 1 deletion.
106 changes: 106 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = "1.36.0"

[lints.clippy]
pedantic = "warn"
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ fn main() {
} else if cfg!(target_os = "windows") {
println!("You are running windows!");
}
return;
}

0 comments on commit 88f4f23

Please sign in to comment.