[Fix] Calls, Spelling
This commit is contained in:
parent
0a30dc29bb
commit
fc85e9377e
10 changed files with 246 additions and 177 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "Omikron"
|
||||
name = "omikron"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
|
@ -31,8 +31,8 @@ dotenv = "0.15.0"
|
|||
hkdf = "0.13"
|
||||
strum = "0.28.0"
|
||||
strum_macros = "0.28.0"
|
||||
livekit-api = { version = "0.4.14", features = ["native-tls"] }
|
||||
livekit-protocol = "0.7.1"
|
||||
livekit-api = { version = "0.4.19", features = ["native-tls"] }
|
||||
livekit-protocol = "0.7.5"
|
||||
thiserror = "2.0.18"
|
||||
hickory-resolver = "0.25.2"
|
||||
serde = "1.0.228"
|
||||
|
|
|
|||
Loading…
Reference in a new issue