chore: Add ReSet-Lib crate

This commit is contained in:
Fabio Lenherr / DashieTM 2023-10-07 18:41:10 +02:00
parent b96a6f2b2e
commit 34c77d2d68
2 changed files with 6 additions and 0 deletions

View file

@ -5,3 +5,4 @@ edition = "2021"
description = "A wip universal Linux settings application."
[dependencies]
ReSet-Lib = "0.1.0"

View file

@ -1,3 +1,8 @@
fn main() {
println!("Hello, world!");
}
#[test]
fn name() {
assert_eq!(1, 1);
}