|
@@ -32,7 +32,6 @@ num-bigint = "0.4.6"
|
|
|
prettytable-rs = "0.10.0"
|
|
prettytable-rs = "0.10.0"
|
|
|
rand = "0.8.6"
|
|
rand = "0.8.6"
|
|
|
rodio = {version = "0.21.1", default-features = false, features = ["playback", "mp3"]}
|
|
rodio = {version = "0.21.1", default-features = false, features = ["playback", "mp3"]}
|
|
|
-rusqlite = {version = "0.37.0", features = ["sqlcipher"]}
|
|
|
|
|
sled-overlay = "0.1.20"
|
|
sled-overlay = "0.1.20"
|
|
|
toml = "0.9.8"
|
|
toml = "0.9.8"
|
|
|
tracing = "0.1.44"
|
|
tracing = "0.1.44"
|
|
@@ -51,8 +50,11 @@ serde = {version = "1.0.228", features = ["derive"]}
|
|
|
structopt = "0.3.26"
|
|
structopt = "0.3.26"
|
|
|
structopt-toml = "0.5.1"
|
|
structopt-toml = "0.5.1"
|
|
|
|
|
|
|
|
|
|
+[target.'cfg(not(target_os = "android"))'.dependencies]
|
|
|
|
|
+rusqlite = {version = "0.37.0", features = ["sqlcipher"]}
|
|
|
|
|
+
|
|
|
[target.'cfg(target_os = "android")'.dependencies]
|
|
[target.'cfg(target_os = "android")'.dependencies]
|
|
|
-libsqlite3-sys = { version = "*", features = ["bundled-sqlcipher-vendored-openssl"] }
|
|
|
|
|
|
|
+rusqlite = {version = "0.37.0", features = ["bundled-sqlcipher-vendored-openssl"]}
|
|
|
|
|
|
|
|
[lints]
|
|
[lints]
|
|
|
workspace = true
|
|
workspace = true
|