[package] name = "ruve" version = "0.1.0" edition = "2021" authors = ["Rubin Igor"] description = "zobacz https://rubin-web.pl/ruve po więcej informacji" license-file = "licencja.txt" exclude = ["testy"] [dependencies] reqwest = { version = "0.12", features = ["blocking"] } wry = "0.43" tao = "0.30" pyo3 = { version = "0.22", features = ["auto-initialize"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" kuchiki = "0.8" eframe = "0.28" rlua = "0.20" image = "0.25" tiny_http = "0.12"