1
Fork 0
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:
RGBCube 2024-01-08 13:39:40 +03:00
parent 001c12381f
commit ffd42902e1
No known key found for this signature in database

View file

@ -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