diff options
| author | Saigo Ekitae <saigoekitae@gmail.com> | 2026-03-05 16:01:57 +0100 |
|---|---|---|
| committer | Saigo Ekitae <saigoekitae@gmail.com> | 2026-03-05 16:01:57 +0100 |
| commit | 53cbeef95eb76c48c6d137f864980bcb80d2458e (patch) | |
| tree | 9cc9c15d7189eda4f1b5150852f8d36c35562a77 /Cargo.toml | |
| download | uvd-53cbeef95eb76c48c6d137f864980bcb80d2458e.tar.gz uvd-53cbeef95eb76c48c6d137f864980bcb80d2458e.tar.bz2 uvd-53cbeef95eb76c48c6d137f864980bcb80d2458e.zip | |
start uvd
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..dd272d2 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "uvd" +version = "0.1.0" +edition = "2024" + +[dependencies] |
