solution-rpm/Cargo.toml

18 lines
543 B
TOML
Raw Normal View History

2024-06-10 08:19:19 +02:00
[package]
name = "SolutionTM"
version = "0.1.0"
edition = "2021"
2024-06-10 08:30:44 +02:00
description = "A simple demonstration of the Iced GUI library."
2024-06-10 08:23:34 +02:00
license = "MIT"
2024-06-10 08:22:56 +02:00
license-file = "LICENSE.txt"
2024-06-10 08:19:19 +02:00
# 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"