diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index b6fdfddd..fd300e0b 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Damir Jelić "] description = "A high level Matrix client-server library." edition = "2018" homepage = "https://github.com/matrix-org/matrix-rust-sdk" diff --git a/matrix_sdk_base/Cargo.toml b/matrix_sdk_base/Cargo.toml index c7b34878..572e01c7 100644 --- a/matrix_sdk_base/Cargo.toml +++ b/matrix_sdk_base/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Damir Jelić "] description = "The base component to build a Matrix client library." edition = "2018" homepage = "https://github.com/matrix-org/matrix-rust-sdk" diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index cb34e411..2d5d2c47 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Damir Jelić "] description = "Collection of common types used in the matrix-sdk" edition = "2018" homepage = "https://github.com/matrix-org/matrix-rust-sdk" diff --git a/matrix_sdk_crypto/Cargo.toml b/matrix_sdk_crypto/Cargo.toml index fe154516..4508ab3f 100644 --- a/matrix_sdk_crypto/Cargo.toml +++ b/matrix_sdk_crypto/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Damir Jelić "] description = "Matrix encryption library" edition = "2018" homepage = "https://github.com/matrix-org/matrix-rust-sdk"