fixed some clippy warnings, ignored many that I do not care about. also, added demo video and updated koxinga image
16 lines
333 B
TOML
16 lines
333 B
TOML
[package]
|
|
name = "wm"
|
|
version = "1.2.0"
|
|
repository = "https://github.com/stjet/ming-wm"
|
|
license = "GPL-3.0-or-later"
|
|
edition = "2021"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
ming-wm-lib = { path = "../ming-wm-lib" }
|
|
linux = { path = "../linux" }
|
|
bitcoin_hashes = { version = "0.16.0", default-features = false }
|
|
bmp-rust = "0.5.0"
|