monorepo/cyberpunk-splash/Cargo.toml
Savanni D'Gerinel 21bcece361
All checks were successful
Monorepo build / build-flake (push) Successful in 3s
Comment out many projects and ensure a fundamental subset are working
2025-03-31 11:18:30 -04:00

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 }