diff --git a/Cargo.toml b/Cargo.toml index f14d9b7..c5b06c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "chorus" description = "A library for interacting with multiple Spacebar-compatible Instances at once." version = "0.14.0" -license = "AGPL-3.0" +license = "MPL-2.0" edition = "2021" repository = "https://github.com/polyphony-chat/chorus" readme = "README.md" @@ -24,10 +24,7 @@ serde_json = { version = "1.0.111", features = ["raw_value"] } serde-aux = "4.3.1" serde_with = "3.4.0" serde_repr = "0.1.18" -reqwest = { features = [ - "multipart", - "json", -], version = "0.11.23" } +reqwest = { features = ["multipart", "json"], version = "0.11.23" } url = "2.5.0" chrono = { version = "0.4.31", features = ["serde"] } regex = "1.10.2"