diff options
author | metamuffin <metamuffin@disroot.org> | 2023-11-15 13:31:47 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-11-15 13:31:47 +0100 |
commit | 7904f28f4ce37f2bc6758a86bf790369c730670c (patch) | |
tree | f35666ca280640da948413522e0dff6a570c4b0b /tweak/Cargo.toml | |
parent | a1bb99554ff5ebe6e0b7e1216f8f8e2d9addd7cf (diff) | |
download | video-codec-experiments-7904f28f4ce37f2bc6758a86bf790369c730670c.tar video-codec-experiments-7904f28f4ce37f2bc6758a86bf790369c730670c.tar.bz2 video-codec-experiments-7904f28f4ce37f2bc6758a86bf790369c730670c.tar.zst |
a
Diffstat (limited to 'tweak/Cargo.toml')
-rw-r--r-- | tweak/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tweak/Cargo.toml b/tweak/Cargo.toml new file mode 100644 index 0000000..813497e --- /dev/null +++ b/tweak/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "tweak" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |