-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
39 lines (34 loc) · 1.08 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 2024 3WEBS LLC
# SPDX-License-Identifier: LicenseRef-Copyright-Ineligiblity-Disclaimer-1.0
[package]
name = "vector-browser"
version = "0.1.0"
authors = [
"Gavin John <[email protected]>"
]
edition = "2018"
description = "TODO"
documentation = "TODO"
readme = "./README.md"
homepage = "https://github.com/3webs-org/vector"
repository = "https://github.com/3webs-org/vector"
license = "GPL-3.0-or-later"
[package.metadata]
application_id = "org._3webs.vector"
human_readable_name = "Vector"
issue_url = "https://github.com/3webs-org/vector/issues"
developer_name = "3WEBS LLC"
copyright = "© 2024 3WEBS LLC"
[dependencies]
gtk4 = { version = "0.8.2", features = ["v4_2", "v4_4", "v4_6", "v4_8", "v4_10", "v4_12", "v4_14"] }
lazy_static = "1.4.0"
serde = { version = "1.0.200", features = ["derive"] }
toml = "0.8.12"
url = { version = "2.5.0", features = ["serde"] }
webkit6 = { version = "0.3.0", features = ["v2_42", "v2_44"] }
[dependencies.adw]
package = "libadwaita"
version = "0.6.0"
features = ["v1_2", "v1_1", "v1_3", "v1_4", "v1_5"]
[build-dependencies]
glib-build-tools = "0.19.0"