mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-04-27 21:35:51 +00:00
24 lines
504 B
TOML
24 lines
504 B
TOML
[workspace]
|
|
default-members = ["crates/cli"]
|
|
members = ["crates/*"]
|
|
|
|
[profile.dev.package.num-bigint-dig]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.sqlx-macros]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.cranelift-codegen]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.regalloc2]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.argon2]
|
|
opt-level = 3
|
|
|
|
|
|
# Until https://github.com/dylanhart/ulid-rs/pull/56 gets released
|
|
[patch.crates-io.ulid]
|
|
git = "https://github.com/dylanhart/ulid-rs.git"
|
|
rev = "0b9295c2db2114cd87aa19abcc1fc00c16b272db" |