Compare commits
2 Commits
5d46baf205
...
040722c858
Author | SHA1 | Date |
---|---|---|
SadlyNotSappho | 040722c858 | |
SadlyNotSappho | 20fd2a3083 |
|
@ -14,3 +14,8 @@ Cargo.lock
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Added by cargo
|
||||||
|
|
||||||
|
/target
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
[package]
|
||||||
|
name = "gayfetch"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
dotenv-parser = "0.1.3"
|
|
@ -0,0 +1,4 @@
|
||||||
|
use gayfetch::get_os;
|
||||||
|
fn main() {
|
||||||
|
get_os()
|
||||||
|
}
|
Loading…
Reference in New Issue