From 150364b07db0424c0a44dba6254734c55fcae4fd Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 29 Nov 2023 21:37:12 -0500 Subject: [PATCH] rename to conduwuit and use proper version number Signed-off-by: strawberry --- Cargo.lock | 72 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 12 ++++----- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5ffd744..7c41964d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,42 +392,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] -name = "const-oid" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" - -[[package]] -name = "const_panic" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b" - -[[package]] -name = "constant_time_eq" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" - -[[package]] -name = "core-foundation" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "core-foundation-sys" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" - -[[package]] -name = "cowonduit" -version = "4.2.0-6.9-barkbarkbark" +name = "conduwuit" +version = "0.7.0-alpha+conduwuit-0.1.0" dependencies = [ "async-trait", "axum", @@ -485,6 +451,40 @@ dependencies = [ "trust-dns-resolver", ] +[[package]] +name = "const-oid" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" + +[[package]] +name = "const_panic" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b" + +[[package]] +name = "constant_time_eq" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" + +[[package]] +name = "core-foundation" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" + [[package]] name = "cpufeatures" version = "0.2.9" diff --git a/Cargo.toml b/Cargo.toml index ae96df6e..b1d8897a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ cargo-features = ["profile-rustflags"] [package] -name = "cowonduit" -description = "A Matrix homeserver written in Rust" +name = "conduwuit" +description = "a cool fork of Conduit, a Matrix homeserver written in Rust" license = "Apache-2.0" -authors = ["timokoesters "] -homepage = "https://conduit.rs" -repository = "https://gitlab.com/famedly/conduit" +authors = ["strawberry ", "timokoesters "] +homepage = "https://puppygock.gay/conduwuit" +repository = "https://gitlab.com/girlbossceo/conduwuit" readme = "README.md" -version = "4.2.0-6.9-barkbarkbark" +version = "0.7.0-alpha+conduwuit-0.1.0" edition = "2021" # When changing this, make sure to update the `flake.lock` file by running