diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ rand_core = { version = "0.6.4", features = ["getrandom"] } # Pinned to maintain libsqlite3 version match between this and sqlx. See also: # <https://docs.rs/sqlx/latest/sqlx/sqlite/index.html> rusqlite = { version = "=0.32.1", features = ["backup"] } -rust-embed = "8.5.0" +rust-embed = { version = "8.5.0", features = ["interpolate-folder-path"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138" # Pinned to maintain libsqlite3 version match between this and rusqlite. See |
