libcosmic/widgets/Cargo.toml

10 lines
263 B
TOML
Raw Normal View History

2022-02-24 14:03:01 -05:00
[package]
name = "libcosmic-widgets"
version = "0.1.0"
edition = "2021"
[dependencies]
2022-06-27 16:41:27 -07:00
relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "next" }
relm4-macros = { git = "https://github.com/AaronErhardt/relm4", branch = "next" }
2022-02-24 14:03:01 -05:00
tracker = "0.1.1"