mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-17 10:18:32 +02:00
chore: Add ReSet-Lib crate
This commit is contained in:
parent
b96a6f2b2e
commit
34c77d2d68
|
@ -5,3 +5,4 @@ edition = "2021"
|
||||||
description = "A wip universal Linux settings application."
|
description = "A wip universal Linux settings application."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
ReSet-Lib = "0.1.0"
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello, world!");
|
println!("Hello, world!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn name() {
|
||||||
|
assert_eq!(1, 1);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue