Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OhseyDev committed Dec 30, 2023
1 parent d9f4cd9 commit 8290782
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ serde = "1.0.193"
[features]
printify = []
printful = []
teaspring = []
teespring = []
printaura = []
spreadshirt = []
no-async = []
tokio = ["dep:tokio"]
# async = []
# tokio = ["dep:tokio", "async"]

4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pub mod printful;
pub mod printaura;
#[cfg(feature = "spreadshirt")]
pub mod spreadshirt;
#[cfg(feature = "teaspring")]
pub mod teaspring;
#[cfg(feature = "teespring")]
pub mod teespring;

4 changes: 4 additions & 0 deletions src/printify/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pub struct Authentication {
token: String
}

0 comments on commit 8290782

Please sign in to comment.