feat: add build date

This commit is contained in:
Kingtous
2022-11-17 16:36:07 +08:00
parent 2158f928e6
commit d24e7b25ab
4 changed files with 16 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ rdev = { git = "https://github.com/asur4s/rdev" }
url = { version = "2.1", features = ["serde"] }
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features=false }
chrono = "0.4.23"
[target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies]
cpal = "0.13.5"