mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +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"
|
license = "GPL"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
homepage = "https://rgbcube.github.io"
|
homepage = "https://rgbcube.github.io"
|
||||||
repositoty = "https://github.com/RGBCube/rgbcube.github.io"
|
repository = "https://github.com/RGBCube/rgbcube.github.io"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -31,6 +31,3 @@ tower-http = { version = "0.5.0", features = [ "trace" ] }
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
proc-macro2 = { git = "https://github.com/RGBCube/proc-macro2" }
|
proc-macro2 = { git = "https://github.com/RGBCube/proc-macro2" }
|
||||||
|
|
||||||
[build]
|
|
||||||
incremental = true
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue