remove rsmount dependency

This commit is contained in:
Mikaël Cluseau
2025-07-21 13:18:08 +02:00
parent b01c41b856
commit be5db231d9
4 changed files with 50 additions and 402 deletions

View File

@ -3,9 +3,9 @@ set -ex
dkl=target/debug/dkl
test=${1:-logger}
test=${1:-dynlay}
export RUST_LOG=debug,rsmount=info
export RUST_LOG=debug
case $test in
apply-config)