diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-30 14:18:15 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-30 14:18:15 +0200 |
| commit | 56af6d299b02b07fbce1d650ae27c049dc152fa2 (patch) | |
| tree | d3654f5b192da899fa3f95fe447fc3984ed469c5 /Cargo.toml | |
Initial somafm project files
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..ad439b0 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "somafm" +version = "0.1.0" +edition = "2021" + +[dependencies] |
