# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "score-tracker" version = "1.0.1" authors = ["Robert Węcławski "] description = "Score Tracker is an application for tracking player scores in card and board games." homepage = "https://github.com/weclaw1/score-tracker" readme = "README.md" license = "MIT" repository = "https://github.com/weclaw1/score-tracker" [dependencies.anyhow] version = "1.0.75" [dependencies.i18n-embed] version = "0.14.1" features = [ "fluent-system", "desktop-requester", ] [dependencies.i18n-embed-fl] version = "0.7.0" [dependencies.once_cell] version = "1.18.0" [dependencies.relm4] version = "0.7.0-beta.2" features = [ "macros", "libadwaita", ] [dependencies.relm4-icons] version = "0.7.0-alpha.2" features = [ "table", "hourglass", "plus", "person-add-regular", "person-subtract-regular", "cross-filled", "play", "pause", "refresh", "delete-filled", "cross", ] [dependencies.rust-embed] version = "8.0.0"