many changes i made in the last weeks
This commit is contained in:
41
generated/Cargo.toml
Normal file
41
generated/Cargo.toml
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
[package]
|
||||
name = "generated-c2vi-dev-part"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
c2vi-dev-part.path = "../dev-part"
|
||||
|
||||
[[bin]]
|
||||
name = "lush-os"
|
||||
path = "lush-os.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "main-os"
|
||||
path = "main-os.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "mac-os"
|
||||
path = "mac-os.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "nico-os"
|
||||
path = "nico-os.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "mppc"
|
||||
path = "mppc.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "timetrack-waybar"
|
||||
path = "timetrack-waybar.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "md"
|
||||
path = "md.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "dev"
|
||||
path = "dev.rs"
|
||||
|
||||
Reference in New Issue
Block a user