Add standalone session exports
This commit is contained in:
@@ -12,6 +12,7 @@ build = "build.rs"
|
||||
cc = "1.3.0"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
diesel = { version = "2.3.11", features = ["sqlite", "returning_clauses_for_sqlite_3_35", "64-column-tables"] }
|
||||
diesel_migrations = "2.3.2"
|
||||
git2 = { version = "0.21.0", features = ["https", "vendored-libgit2", "vendored-openssl"] }
|
||||
@@ -21,6 +22,7 @@ image = { version = "0.25.10", default-features = false, features = ["gif", "jpe
|
||||
libc = "0.2.186"
|
||||
memmap2 = "0.9.11"
|
||||
png = "0.17.16"
|
||||
pulldown-cmark = "0.12.2"
|
||||
regex = "1.13.1"
|
||||
rfd = { version = "0.15.4", default-features = false }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user