mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
12 lines
283 B
TOML
12 lines
283 B
TOML
[package]
|
|
name = "focus-annotator"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
adw = { version = "0.1.0", package = "libadwaita" }
|
|
gtk = { version = "0.4.4", package = "gtk4" }
|
|
|