chore: specify which crates to release and which not

This commit is contained in:
Benjamin Kampmann
2022-09-28 09:31:47 +02:00
committed by Benjamin Kampmann
parent b9409b7c0f
commit ff82d6420d
5 changed files with 4 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = "1.60"
version = "0.1.0-alpha.0"
publish = false
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
@@ -41,4 +42,4 @@ http = "0.2.6"
anyhow = "1.0.58"
tracing = { version = "0.1.35", default-features = false, features = ["attributes"] }
tracing-subscriber = { version = "0.3.14", default-features = false, features = ["registry", "std"] }
zeroize = "1.3.0"
zeroize = "1.3.0"

View File

@@ -9,6 +9,7 @@ license = "Apache-2.0"
name = "matrix-sdk-appservice"
version = "0.1.0"
rust-version = "1.60"
publish = false
[features]
default = ["native-tls"]

View File

@@ -1,11 +1,10 @@
[package]
name = "jack-in"
publish = false
description = "an experimental sliding sync/syncv3 terminal client to jack into the matrix"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
file-logging = ["dep:log4rs"]

View File

@@ -10,7 +10,6 @@ readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = "1.60"
version = "0.2.0"
publish = false
[lib]
proc-macro = true

View File

@@ -10,7 +10,6 @@ readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = "1.60"
version = "0.5.0"
publish = false
[lib]
test = false