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