Skip to content

Commit

Permalink
Merge pull request #10 from saying121/state-pattern
Browse files Browse the repository at this point in the history
Improve macro
  • Loading branch information
saying121 authored Nov 9, 2024
2 parents 2bd4c2a + 8d1d342 commit 2533a0a
Show file tree
Hide file tree
Showing 10 changed files with 624 additions and 688 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-pc-windows-gnu]
runner = "wsudo"
27 changes: 27 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ reqwest = { version = "^0.12", default-features = false }
sea-orm = { version = "^1", default-features = false, features = ["sqlx-sqlite", "runtime-tokio-rustls", "macros"] }

dirs = { version = "^5" }
const_format = { version = "0.2" }

tracing = { version = "^0.1" }
tracing-subscriber = { version = "^0.3", default-features = true, features = ["env-filter"] }
Expand Down
1 change: 1 addition & 0 deletions crates/decrypt-cookies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ serde = { workspace = true }

rust-ini = { workspace = true } # firefox

const_format = { workspace = true }
dirs = { workspace = true }

reqwest = { workspace = true, default-features = false, features = ["cookies"], optional = true }
Expand Down
Loading

0 comments on commit 2533a0a

Please sign in to comment.