Initial flake for IP-Checker-GUI

This commit is contained in:
mia 2025-04-22 15:27:09 +02:00
commit 58b9af97da
8 changed files with 1976 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "IP-Checker-GUI"
version = "0.1.0"
edition = "2021"
[dependencies]
gtk4 = "0.8.1"
relm4 = "0.8.1"
tracker = "0.2.1"
chrono = "0.4.34"
relm4-components = "0.8.1"
relm4-icons = "0.8.2"
rand = "0.9.0-alpha.1"