moq-token-cli 0.5.21

Media over QUIC - Token Generation and Validation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "moq-token-cli"
description = "Media over QUIC - Token Generation and Validation"
authors = ["Luke Curley"]
repository = "https://github.com/moq-dev/moq"
license = "MIT OR Apache-2.0"

version = "0.5.21"
edition = "2024"
rust-version.workspace = true

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
moq-token = { workspace = true }