mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 06:28:20 -04:00
chore: specify which crates to release and which not
This commit is contained in:
committed by
Benjamin Kampmann
parent
b9409b7c0f
commit
ff82d6420d
@@ -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"
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user