Skip to content

Commit

Permalink
chore: remove unused lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vyloy committed Mar 26, 2024
1 parent ca314a3 commit 1e213cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libloading = "0.8.2"
clap = { version = "4.4.17", features = ["derive"] }
env_logger = "0.10.1"
log = "0.4.20"
Expand All @@ -24,4 +23,4 @@ url = "2.5.0"
webrtc = "0.9.0"
serde_yaml = "0.9.30"
notify = { version = "6.1.1", default-features = false, features = ["macos_kqueue"] }
futures = "0.3.30"
futures = "0.3.30"

0 comments on commit 1e213cc

Please sign in to comment.