diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-01 23:19:19 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-01 23:19:19 +0200 |
commit | 6ae973130eca4482e7048e55cd0aeb447533c296 (patch) | |
tree | f3007da29b9d81745a4e500e577e081d59e3f84b /Cargo.toml | |
download | oscosu-6ae973130eca4482e7048e55cd0aeb447533c296.tar oscosu-6ae973130eca4482e7048e55cd0aeb447533c296.tar.bz2 oscosu-6ae973130eca4482e7048e55cd0aeb447533c296.tar.zst |
a
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..6ae8259 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "oscosu" +version = "0.1.0" +edition = "2024" + +[dependencies] +cpal = "0.15.3" |