fcast-protocol 0.1.2

Data types for FCast
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "fcast-protocol"
description = "Data types for FCast"
repository = "https://gitlab.futo.org/videostreaming/fcast"
version = "0.1.2"
license.workspace = true
edition = "2021"

[dependencies]
serde.workspace = true
serde_json.workspace = true
serde_repr = "0.1.20"
thiserror.workspace = true