fix: add missing licenses & description

This commit is contained in:
Théo Monnom
2023-06-30 22:19:42 +02:00
parent 7010934c6d
commit 34d73e657b
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
[package]
name = "livekit-api"
version = "0.1.2"
license = "Apache-2.0"
description = "Server SDK for livekit"
edition = "2021"
[features]
+2
View File
@@ -1,6 +1,8 @@
[package]
name = "livekit-protocol"
version = "0.1.2"
license = "Apache-2.0"
description = "Protocol for LiveKit server"
edition = "2021"
[dependencies]