ironworker 0.1.0

lastfm scrobbler
Documentation
[[bin]]
name = "ironworker"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.18"

[dependencies.dirs]
version = "5.0.1"

[dependencies.md5]
version = "0.7.0"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.7"

[dependencies.serde]
features = ["derive"]
version = "1.0.202"

[dependencies.serde_json]
version = "1.0.117"

[lib]
name = "ironworker"
path = "src/lib.rs"

[package]
authors = ["WI"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "lastfm scrobbler"
documentation = "https://github.com/IrvingWash/ironworker-rs"
edition = "2021"
homepage = "https://github.com/IrvingWash/ironworker-rs"
license = "MIT"
name = "ironworker"
publish = true
readme = "README.md"
repository = "https://github.com/IrvingWash/ironworker-rs.git"
version = "0.1.0"