Skip to content

Commit

Permalink
remove dead name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Dec 19, 2024
1 parent 302a1f7 commit 97632f5
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 105 deletions.
128 changes: 74 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ homepage = "https://github.com/Lunarequest/dotfox/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
dirs = "5.0.1"
git2 = "0.19.0"
gpgme = { version = "0.11.0", features = ["v1_18"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
owo-colors = { version = "4.1.0", features = [
"alloc",
"supports-color",
"supports-colors",
] }
tabled = "0.17.0"
platform-info = "2.0.4"
anyhow = "1.0.86"
anyhow = "1.0.94"
git2_credentials = "0.14.0"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Advaith Madhukar
Copyright (c) 2024 Luna D Dragon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 97632f5

Please sign in to comment.