mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-08 22:52:01 +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."
|
||||
|
||||
[dependencies]
|
||||
ReSet-Lib = "0.1.0"
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn name() {
|
||||
assert_eq!(1, 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue