cargo toml

This commit is contained in:
Candifloss 2024-08-09 22:14:38 +05:30
parent 9dd48f4ca6
commit e8b7731aef
2 changed files with 3 additions and 1 deletions

View File

@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
zbus = "4.4.0"
rson_rs = "0.2.1"

View File

@ -1,3 +1,3 @@
fn main() { fn main() {
println!("Hello, world!"); println!("SNot!");
} }