the-honkers-railway-launcher/Cargo.toml

21 lines
494 B
TOML
Raw Normal View History

2022-06-28 21:59:20 +00:00
[package]
name = "anime-game-launcher"
version = "0.1.0"
description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
edition = "2021"
build = "build.rs"
[dependencies]
gtk4 = "0.4"
libadwaita = "0.1"
2022-06-28 21:59:20 +00:00
anime-game-core = { path = "anime-game-core", features = ["all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "4.0.0"
2022-07-02 16:03:32 +00:00
# tokio = { version = "1.19.2", features = ["rt", "rt-multi-thread", "macros"]}