File: Cargo.toml

package info (click to toggle)
gnome-robots 1%3A41.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,500 kB
  • sloc: xml: 97; makefile: 25; sh: 7
file content (14 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "gnome-robots"
version = "41.2.0"
edition = "2021"

[dependencies]
gtk = { package = "gtk4", version = "0.9", features = ["gnome_47"] }
adw = { package = "libadwaita", version = "0.7", features = ["v1_6"] }
gettext-rs = { version = "0.7", features = ["gettext-system"] }
librsvg = "2.59.2"
rand = "0.8"
async-channel = "2.1.1"
serde = { version = "1.0.217", features = ["derive"] }
toml = "0.8.19"