diff --git a/Cargo.toml b/Cargo.toml index 013d315..79203af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,10 @@ [package] -name = "luxafor" -description = "Library, and CLI, for Luxafor lights via either USB or webhooks." -version = "0.2.2" -authors = ["Simon Johnston "] -repository = "https://github.com/johnstonskj/rust-luxafor" -documentation = "https://docs.rs/luxafor/0.1.0/luxafor/" -edition = "2018" +name = "rofaxul" +description = "Fork from luxafor" +version = "0.1.0" +authors = ["Simon Johnston ", "Maxime Augier "] +repository = "https://github.com/maugier/rofaxul" +edition = "2021" license = "MIT" readme = "README.md" publish = false