mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
parent
757ecfaef8
commit
0e68c0fda3
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ use strum_macros::{Display, EnumIter, EnumString};
|
|||
Debug, Display, Copy, Clone, Eq, PartialEq, Serialize, Deserialize, EnumString, EnumIter,
|
||||
)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[strum(ascii_case_insensitive)]
|
||||
pub enum PkgFmt {
|
||||
/// Download format is TAR (uncompressed)
|
||||
Tar,
|
||||
|
|
Loading…
Add table
Reference in a new issue