rename Server/server to rvsttd
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user