Skip to content

Commit

Permalink
fix: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Oct 18, 2023
1 parent f704cc2 commit 920352b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src-tauri/Cargo.lock

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

5 changes: 1 addition & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ uuid = { version = "1.4", features = ["v4", "fast-rng"] }
chrono = "0.4"
sha256 = "1.4"
derivative = "2.2"
nom = "7.1.3"
pest = "2.7"
pest_derive = "2.7"
serde_yaml = "0.9"

[dev-dependencies]
tauri = { version = "=2.0.0-alpha.15", features = ["rustls-tls", "test"] }
Expand All @@ -73,6 +69,7 @@ indoc = "2.0"
pest = "2.7"
pest_derive = "2.7"
tokio = { version = "1.26.0", features = ["macros", "process"] }
serde_yaml = "0.9"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down

0 comments on commit 920352b

Please sign in to comment.