diff options
Diffstat (limited to 'store/works/solutions/leetcode/rust/Cargo.toml')
-rw-r--r-- | store/works/solutions/leetcode/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/store/works/solutions/leetcode/rust/Cargo.toml b/store/works/solutions/leetcode/rust/Cargo.toml index a87486e..c79b5fd 100644 --- a/store/works/solutions/leetcode/rust/Cargo.toml +++ b/store/works/solutions/leetcode/rust/Cargo.toml @@ -1,7 +1,7 @@ [package]
name = "crupest-leetcode"
version = "0.1.0"
-authors = ["杨宇千 <crupest@outlook.com>"]
+authors = ["crupest <crupest@outlook.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|