Specify main.rs in cargo.toml (For appimage)

This commit is contained in:
Ashcon Mohseninia 2022-09-10 21:49:04 +01:00
parent decdfcfa03
commit 8df7542326
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ edition = "2021"
resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "config_app"
path = "src/main.rs"
[dependencies]
serde_json = { version = "1.0.79" }
serde = { version = "1.0.137", features = ["derive"] }