basic ass os detection
This commit is contained in:
parent
20fd2a3083
commit
040722c858
|
@ -6,3 +6,4 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
dotenv-parser = "0.1.3"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
use gayfetch::get_os;
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello, world!");
|
get_os()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue