Files
matrix-authentication-service/Cargo.toml
T
2023-05-25 18:15:44 +02:00

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"