solution-rpm/Cargo.toml
2024-06-10 08:22:56 +02:00

16 lines
No EOL
463 B
TOML

[package]
name = "SolutionTM"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE.txt"
# This application was created and tested with Rust version 1.81.0-nightly
[dependencies]
# The tag referes to latest revision as of 2024-06-10.
# Use 'branch = "master"' for the latest version or check:
# https://github.com/iced-rs/iced/commits/master/
[dependencies.iced]
git = "https://github.com/iced-rs/iced.git"
rev = "06ff17fcf87495663a295d1548df1c2ac03dafbd"