aboutsummaryrefslogtreecommitdiff
path: root/client-native-export/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-09 21:28:43 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-09 21:28:43 +0100
commit1f3fd177a6ea526ef6104ea9148b8a473c9aa701 (patch)
tree45db8efa0dfb82145d239bedfb636f771f356e90 /client-native-export/Cargo.toml
parent9cd8e549796bdc6b4ed574c2f4afd7ed2f8338cd (diff)
downloadkeks-meet-1f3fd177a6ea526ef6104ea9148b8a473c9aa701.tar
keks-meet-1f3fd177a6ea526ef6104ea9148b8a473c9aa701.tar.bz2
keks-meet-1f3fd177a6ea526ef6104ea9148b8a473c9aa701.tar.zst
add binary package to export stream tracks
Diffstat (limited to 'client-native-export/Cargo.toml')
-rw-r--r--client-native-export/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/client-native-export/Cargo.toml b/client-native-export/Cargo.toml
new file mode 100644
index 0000000..8a5ef62
--- /dev/null
+++ b/client-native-export/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "client-native-export"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+client-native-lib = { path = "../client-native-lib" }
+
+clap = { version = "3.2.21", features = ["derive"] }
+env_logger = "0.8"
+log = "0.4"
+
+tokio = { version = "1.21", features = ["full"] }
+bytes = "1.2.1"
+anyhow = "1.0.66"