i2pd-launch 0.0.2

Deletes current router/interface state and launches i2pd
[package]
name = "i2pd-launch"
version = "0.0.2"
description = "Deletes current router/interface state and launches i2pd"

edition = "2021"
rust-version = "1.61.0"
license = "Unlicense OR CC0-1.0"

homepage = "https://gitlab.com/hsn10/i2pd-launch"
repository = "https://gitlab.com/hsn10/i2pd-launch.git"

[dependencies]
dirs-sys = "0.4"
windows-sys = { version = "0.48", features = ["Win32_UI_Shell"] }

[profile.release]
lto = true
codegen-units = 1
panic = 'abort'
strip = 'symbols'