56 lines
2.6 KiB
Text
56 lines
2.6 KiB
Text
Index: .cargo/config.toml
|
|
--- .cargo/config.toml.orig
|
|
+++ .cargo/config.toml
|
|
@@ -1,2 +1,50 @@
|
|
-[alias]
|
|
-xtask = "run --package xtask --"
|
|
+[source.crates-io]
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."git+https://forgejo.ellis.link/continuwuation/async-channel?rev=e990f0006b68dc9bace7a3c95fc90b5c4e44948d"]
|
|
+git = "https://forgejo.ellis.link/continuwuation/async-channel"
|
|
+rev = "e990f0006b68dc9bace7a3c95fc90b5c4e44948d"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."git+https://forgejo.ellis.link/continuwuation/core_affinity_rs?rev=7c7a9dea35382743a63837cdd1d977efdb8f1b8a"]
|
|
+git = "https://forgejo.ellis.link/continuwuation/core_affinity_rs"
|
|
+rev = "7c7a9dea35382743a63837cdd1d977efdb8f1b8a"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."git+https://forgejo.ellis.link/continuwuation/event-listener?rev=b2c19bcaf5a0a69c38c034e417bda04a9b991529"]
|
|
+git = "https://forgejo.ellis.link/continuwuation/event-listener"
|
|
+rev = "b2c19bcaf5a0a69c38c034e417bda04a9b991529"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."git+https://forgejo.ellis.link/continuwuation/hyper-util?rev=09fcd3bf4656c81a8ad573bee410ab2b57f60b86"]
|
|
+git = "https://forgejo.ellis.link/continuwuation/hyper-util"
|
|
+rev = "09fcd3bf4656c81a8ad573bee410ab2b57f60b86"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."git+https://forgejo.ellis.link/continuwuation/jemallocator?rev=df86ff89d4b1e223b9f7d2dd2fbb7f202da7f554"]
|
|
+git = "https://forgejo.ellis.link/continuwuation/jemallocator"
|
|
+rev = "df86ff89d4b1e223b9f7d2dd2fbb7f202da7f554"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."git+https://forgejo.ellis.link/continuwuation/rust-rocksdb-zaidoon1?rev=0a25ff92f7c09b55eec496b9c192c7d5136ab2b8"]
|
|
+git = "https://forgejo.ellis.link/continuwuation/rust-rocksdb-zaidoon1"
|
|
+rev = "0a25ff92f7c09b55eec496b9c192c7d5136ab2b8"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."git+https://forgejo.ellis.link/continuwuation/rustyline-async?rev=b13aca2cc08d5f78303746cd192d9a03d73e768e"]
|
|
+git = "https://forgejo.ellis.link/continuwuation/rustyline-async"
|
|
+rev = "b13aca2cc08d5f78303746cd192d9a03d73e768e"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."git+https://github.com/ruma/ruma.git?rev=9b6a2e7323649af926e4b5363d87239ee4247f4a"]
|
|
+git = "https://github.com/ruma/ruma.git"
|
|
+rev = "9b6a2e7323649af926e4b5363d87239ee4247f4a"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."git+https://github.com/vinchona/axum-server-dual-protocol.git?rev=ca6db055254255b74238673ce4135698e347d71c"]
|
|
+git = "https://github.com/vinchona/axum-server-dual-protocol.git"
|
|
+rev = "ca6db055254255b74238673ce4135698e347d71c"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source.vendored-sources]
|
|
+directory = "vendor"
|