From 0754c1d87b71a37d7ed1fdf719f0581a1316204e Mon Sep 17 00:00:00 2001 From: tyranron Date: Tue, 9 Jul 2024 15:06:13 +0300 Subject: [PATCH] Make crate publishable --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f081831b4..4a1587409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,18 @@ [package] name = "medea-turn" version = "0.9.0" -authors = ["Instrumentisto Team "] edition = "2021" rust-version = "1.74" description = "STUN/TURN server implementation used by Medea media server." +authors = ["Instrumentisto Team "] license = "MIT OR Apache-2.0" +documentation = "https://docs.rs/medea-turn" homepage = "https://github.com/instrumentisto/medea-turn-rs" repository = "https://github.com/instrumentisto/medea-turn-rs" -publish = false +readme = "README.md" +keywords = ["medea", "server", "stun", "turn"] +categories = ["network-programming", "web-programming"] +include = ["/src/", "/CHANGELOG.md", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md"] [dependencies] async-trait = "0.1.43"