51 lines
1.2 KiB
TOML
51 lines
1.2 KiB
TOML
[workspace]
|
|
members = ["packages/backend-rs", "packages/macro-rs"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
macro-rs = { path = "packages/macro-rs" }
|
|
|
|
napi = { git = "https://github.com/napi-rs/napi-rs.git", rev = "ca2cd5c35a0c39ec4a94e93c6c5695b681046df2", default-features = false }
|
|
napi-derive = "2.16.5"
|
|
napi-build = "2.1.3"
|
|
|
|
argon2 = "0.5.3"
|
|
async-trait = "0.1.80"
|
|
basen = "0.1.0"
|
|
bb8 = "0.8.3"
|
|
bcrypt = "0.15.1"
|
|
chrono = "0.4.38"
|
|
convert_case = "0.6.0"
|
|
cuid2 = "0.1.2"
|
|
emojis = "0.6.2"
|
|
idna = "0.5.0"
|
|
image = "0.25.1"
|
|
isahc = "1.7.2"
|
|
nom-exif = "1.2.0"
|
|
once_cell = "1.19.0"
|
|
openssl = "0.10.64"
|
|
pretty_assertions = "1.4.0"
|
|
proc-macro2 = "1.0.83"
|
|
quote = "1.0.36"
|
|
rand = "0.8.5"
|
|
redis = { version = "0.25.3", default-features = false }
|
|
regex = "1.10.4"
|
|
rmp-serde = "1.3.0"
|
|
sea-orm = "0.12.15"
|
|
serde = "1.0.202"
|
|
serde_json = "1.0.117"
|
|
serde_yaml = "0.9.34"
|
|
strum = "0.26.2"
|
|
syn = "2.0.65"
|
|
sysinfo = "0.30.12"
|
|
thiserror = "1.0.61"
|
|
tokio = "1.37.0"
|
|
tokio-test = "0.4.4"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|
|
url = "2.5.0"
|
|
urlencoding = "2.1.3"
|
|
web-push = { git = "https://github.com/pimeys/rust-web-push.git", rev = "40febe4085e3cef9cdfd539c315e3e945aba0656" }
|
|
|
|
[profile.release]
|
|
lto = true
|