diff options
| author | Fuwn <[email protected]> | 2022-07-16 10:51:28 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-16 10:51:28 +0000 |
| commit | 05e6e51490b3cd68d29d76bec89b2d4105e9e68e (patch) | |
| tree | 31ae44d6ecbf1e2cf02f626cf92835b4dbae2aab /Cargo.toml | |
| parent | feat: initial release (diff) | |
| download | sydney-0.1.0.tar.xz sydney-0.1.0.zip | |
fix(Cargo.toml): THE PACKAGE NAME...v0.1.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package] -name = "syndey" +name = "sydney" version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2021" |