mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Remove unused Cargo manifest keys and fix typos
This commit is contained in:
parent
001c12381f
commit
ffd42902e1
1 changed files with 1 additions and 4 deletions
|
@ -5,7 +5,7 @@ authors = [ "RGBCube" ]
|
|||
license = "GPL"
|
||||
version = "0.0.1"
|
||||
homepage = "https://rgbcube.github.io"
|
||||
repositoty = "https://github.com/RGBCube/rgbcube.github.io"
|
||||
repository = "https://github.com/RGBCube/rgbcube.github.io"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
@ -31,6 +31,3 @@ tower-http = { version = "0.5.0", features = [ "trace" ] }
|
|||
|
||||
[patch.crates-io]
|
||||
proc-macro2 = { git = "https://github.com/RGBCube/proc-macro2" }
|
||||
|
||||
[build]
|
||||
incremental = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue