diff --git a/.cargo/config b/.cargo/config
index 35049cbcb13c204648d1f7897162492f05123199..af87fad4037e2bf2277e9481e98ae380abacf1e5 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -1,2 +1,7 @@
 [alias]
+bdex = "build --release --package duniter-dbex"
+cn = "check --manifest-path neon/native/Cargo.toml"
+dex = "run --release --package duniter-dbex --"
+ta = "test --all"
+rr = "run --release --"
 xtask = "run --package xtask --"