Skip to content

Commit

Permalink
Make crate publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 9, 2024
1 parent 82cf46f commit 0754c1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
[package]
name = "medea-turn"
version = "0.9.0"
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
edition = "2021"
rust-version = "1.74"
description = "STUN/TURN server implementation used by Medea media server."
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
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"
Expand Down

0 comments on commit 0754c1d

Please sign in to comment.