Compare commits
No commits in common. "040722c8585056d9a9380edfc4318983ec85fc38" and "5d46baf205925789a52994983b78d4722c35fc49" have entirely different histories.
040722c858
...
5d46baf205
|
@ -14,8 +14,3 @@ Cargo.lock
|
|||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
|
|
@ -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"
|
|
@ -1,4 +0,0 @@
|
|||
use gayfetch::get_os;
|
||||
fn main() {
|
||||
get_os()
|
||||
}
|
Loading…
Reference in New Issue