mirror of
https://github.com/JockeTF/fimfareader.git
synced 2024-11-23 22:07:59 +01:00
21 lines
454 B
TOML
21 lines
454 B
TOML
[package]
|
|
name = "fimfareader-gtk"
|
|
version = "0.1.0"
|
|
authors = ["Joakim Soderlund <joakim.soderlund@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies.fimfareader]
|
|
path = ".."
|
|
|
|
[dependencies.fimfareader-query]
|
|
path = "../query"
|
|
|
|
[dependencies.relm4]
|
|
git = "https://github.com/Relm4/Relm4.git"
|
|
features = ["all"]
|
|
|
|
[dependencies.relm4-macros]
|
|
git = "https://github.com/Relm4/Relm4.git"
|
|
|
|
[dependencies.relm4-components]
|
|
git = "https://github.com/Relm4/Relm4.git"
|