diff options
author | metamuffin <metamuffin@disroot.org> | 2022-12-05 20:29:05 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-12-05 20:29:05 +0100 |
commit | 96e316ea16b7b915e02735457d5ac7495d3db305 (patch) | |
tree | e2ef2957009dd96c452fb8a80020ed83caa70993 /evc/Cargo.toml | |
parent | 75b87762196c461069fa087f8aa3c978d7407549 (diff) | |
download | video-codec-experiments-96e316ea16b7b915e02735457d5ac7495d3db305.tar video-codec-experiments-96e316ea16b7b915e02735457d5ac7495d3db305.tar.bz2 video-codec-experiments-96e316ea16b7b915e02735457d5ac7495d3db305.tar.zst |
serialization
Diffstat (limited to 'evc/Cargo.toml')
-rw-r--r-- | evc/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/evc/Cargo.toml b/evc/Cargo.toml new file mode 100644 index 0000000..d86ebef --- /dev/null +++ b/evc/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "evc" +version = "0.1.0" +edition = "2021" + +[dependencies] +clap = { version = "*", features = ["derive"] } |