Make example dependencies less confusing

This commit is contained in:
Jonas Platte
2023-07-20 13:08:33 +02:00
committed by Jonas Platte
parent 80fb8ff283
commit 236f6fff88
12 changed files with 37 additions and 54 deletions
+3 -3
View File
@@ -13,6 +13,6 @@ anyhow = "1"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
tracing = { workspace = true }
[dependencies.matrix-sdk-appservice]
path = "../../crates/matrix-sdk-appservice"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk-appservice = { path = "../../crates/matrix-sdk-appservice" }
+3 -4
View File
@@ -12,7 +12,6 @@ test = false
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
anyhow = "1"
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
+3 -4
View File
@@ -12,7 +12,6 @@ test = false
anyhow = "1"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
+3 -5
View File
@@ -13,8 +13,6 @@ anyhow = "1"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
features = ["e2e-encryption"]
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
+3 -4
View File
@@ -13,7 +13,6 @@ anyhow = "1"
serde = "1.0"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
+3 -5
View File
@@ -15,8 +15,6 @@ clap = { version = "4.0.15", features = ["derive"] }
futures-util = "0.3.24"
tracing-subscriber = "0.3.16"
url = "2.3.1"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
features = ["e2e-encryption"]
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
+3 -4
View File
@@ -13,7 +13,6 @@ anyhow = "1"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
+3 -4
View File
@@ -12,7 +12,6 @@ test = false
anyhow = "1"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
+3 -4
View File
@@ -14,7 +14,6 @@ mime = "0.3.16"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
+3 -5
View File
@@ -13,8 +13,6 @@ anyhow = "1"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
features = ["sso-login"]
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk", features = ["sso-login"] }
+3 -4
View File
@@ -16,7 +16,6 @@ serde = { workspace = true }
serde_json = { workspace = true }
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
+4 -8
View File
@@ -15,11 +15,7 @@ futures-util = "0.3"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"
[dependencies.matrix-sdk-ui]
path = "../../crates/matrix-sdk-ui"
version = "0.6.0"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
matrix-sdk-ui = { path = "../../crates/matrix-sdk-ui" }