rename Server/server to rvsttd

This commit is contained in:
2026-08-13 09:59:31 +00:00
parent facbfe6a5c
commit 7765c6967c
3 changed files with 3 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "rvsttd"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "rvsttd"
path = "src/main.rs"
[dependencies]
anyhow = "1"
cpal = "0.15"
[build-dependencies]
bindgen = "0.71"
[profile.release]
opt-level = 3