diff --git a/Cargo.toml b/Cargo.toml index 48dc63af..114127c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } [[bin]] -name ="leetcode" -path ="src/main.rs" +name = "leetcode" +path = "src/main.rs"