diff --git a/.cargo/config.toml b/.cargo/config.toml index 50655773c0..bc1d2b01e0 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,7 +2,7 @@ [alias] # command aliases f = "fmt" -md-gen = "run --bin doc-gen" +md-gen = "run --package doc-gen" s = "run --quiet --" # b = "build" # c = "check"