ashbat/Cargo.toml

12 lines
260 B
TOML
Raw Permalink Normal View History

2022-11-03 15:23:59 +01:00
[package]
name = "ashbat"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-08 14:02:18 +01:00
gtk = { version = "0.5", package = "gtk4"}
html_parser = "0.6"
hyper-rustls = "0.23"