diff --git a/README.md b/README.md index c145254..b625afa 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ A pure rust-implemented turn server, different from coturn, provides a more flex ## Table of contents * [features](#features) -* [crates](#crates) * [usage](#usage) * [docker](#docker) * [linux service](#linux-service) @@ -51,16 +50,6 @@ A pure rust-implemented turn server, different from coturn, provides a more flex [`controller-api`]: https://github.com/mycrl/turn-rs/wiki/Controller-API-Reference [`hooks-api`]: https://github.com/mycrl/turn-rs/wiki/Hooks-API-Reference -## Crates - -* [`stun`], fast and zero-cost stun message decoder and encoder. ([`crate`](https://crates.io/crates/faster-stun)). -* [`turn`], a library for handling turn sessions. ([`crate`](https://crates.io/crates/turn-rs)). -* [`turn-server`], implementation of turn server based on turn library. - -[`stun`]: https://github.com/mycrl/turn-rs/tree/main/stun -[`turn`]: https://github.com/mycrl/turn-rs/tree/main/turn -[`turn-server`]: https://github.com/mycrl/turn-rs/tree/main/turn-server - ## Usage