BillySheet-Rust/Cargo.toml
2026-02-04 16:09:35 +01:00

16 lines
360 B
TOML

[package]
name = "billy_sheet"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
egui = { version = "0.33.3" }
eframe = { version = "0.33.3" }
log = "0.4.28"
colog = "1.4.0"
rfd = "*"
json = "*"
serde = { version = "*", features = ["derive"] }
serde_json = "*"