monorepo/cyberpunk-splash/Cargo.toml

16 lines
425 B
TOML

[package]
name = "cyberpunk-splash"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = { workspace = true }
cairo-rs = { workspace = true }
cyberpunk = { path = "../cyberpunk" }
gio = { workspace = true }
glib = { workspace = true }
gtk = { workspace = true }