Compare commits

..

No commits in common. "040722c8585056d9a9380edfc4318983ec85fc38" and "5d46baf205925789a52994983b78d4722c35fc49" have entirely different histories.

3 changed files with 0 additions and 18 deletions

5
.gitignore vendored
View File

@ -14,8 +14,3 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Added by cargo
/target

View File

@ -1,9 +0,0 @@
[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"

View File

@ -1,4 +0,0 @@
use gayfetch::get_os;
fn main() {
get_os()
}