File: Cargo.toml

package info (click to toggle)
obfuscate 0.0.10-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 932 kB
  • sloc: sh: 26; makefile: 21; xml: 13
file content (13 lines) | stat: -rw-r--r-- 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "obfuscate"
version = "0.0.10"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
edition = "2021"

[dependencies]
adw = {package = "libadwaita", version = "0.8", features  = ["v1_7"]}
anyhow = "1.0"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gtk = { package = "gtk4", version = "0.10", features = ["gnome_45"] }
log = "0.4"
pretty_env_logger = "0.5"