[package] name = "netgrid" description = "Analyze Masscan Scan Results from a Relm4 Frontend, in Rust" version = "0.1.0" edition = "2021" authors = ["Latte Softworks "] repository = "https://git.latte.to/latte/netgrid" readme = "README.md" license-file = "LICENSE" # Internal #publish = false exclude = ["**"] include = ["Cargo.toml", "placeholder.rs"] [[bin]] name = "placeholder" path = "placeholder.rs" #[[bin]] #name = "netgrid" #path = "src/main.rs" #[[bin]] #name = "relm4-testing" #path = "src/relm4-testing/main.rs" [profile.release] strip = true lto = true [dependencies] # Relm4/GTK4 stuff #relm4 = { version = "0.6.0", features = ["libadwaita"] } #relm4-components = "0.6.0"