mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-09-09 11:59:17 +02:00
chore: Add ReSet-Lib crate
This commit is contained in:
parent
b96a6f2b2e
commit
34c77d2d68
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue