sysup 0.1.0

A small, lightweight aggregator to perform software updates on local and remote systems
[package]
name = "sysup"
version = "0.1.0"
edition = "2024"
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
keywords = []
categories = []
description = "A small, lightweight aggregator to perform software updates on local and remote systems"
license = "BSD-2-Clause OR MIT"
repository = "https://github.com/KizzyCode/Sysup-rust"
readme = "README.md"


[[bin]]
name = "sysup"
path = "src/main.rs"


[badges]
appveyor = { repository = "KizzyCode/Sysup-rust" }


[features]
default = []


[dependencies]

[dev-dependencies]


[profile.release]
overflow-checks = true

[profile.bench]
overflow-checks = true