Skip to content

Commit

Permalink
Remove dependency on openmls test-utils (#1218)
Browse files Browse the repository at this point in the history
* refactor to remove dependency on test-utils

* use tracing in cli
  • Loading branch information
insipx authored Nov 7, 2024
1 parent dc8791e commit 424319a
Show file tree
Hide file tree
Showing 37 changed files with 1,306 additions and 783 deletions.
8 changes: 8 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ runner = 'wasm-bindgen-test-runner'

[alias]
xtask = "run --package xtask --"
b = "build"
c = "check"
t = "test"
r = "run"
xli = "run --bin xmtp_cli"

[build]
rustflags = ["--cfg", "tracing_unstable"]
Loading

0 comments on commit 424319a

Please sign in to comment.