Skip to content

Commit

Permalink
feat: openssl dependency removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Feb 12, 2023
1 parent 0c69134 commit cf01f3a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,14 @@ rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.6", default-features = false, features = [ "runtime-tokio-rustls", "sqlite", "macros", "time"] }
tauri = { version = "1.2", features = ["api-all", "system-tray"] }
tauri = { version = "1.2", features = ["api-all", "system-tray", "native-tls-vendored"] }
thiserror = "1.0"
time = { version="0.3", features= ["serde", "parsing", "local-offset"] }
tokio = { version = "1.25", features = ["full"] }
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = {version="0.3", features = ["json"] }

[target.'cfg(target_os = "linux")'.dependencies]
openssl = { version = '0.10', features = ["vendored"] }


[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
Expand Down

0 comments on commit cf01f3a

Please sign in to comment.