Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c64db040 authored by Martin Geisler's avatar Martin Geisler
Browse files

pdl: Set default-run for Cargo

This makes “cargo run” work again without arguments: when we added
src/bin/generate-canonical-tests.rs, “cargo run” started demanding
that we explicitly select a binary to run.

Test: cargo run
Change-Id: I787a4937d5f5be70d14f7ca221500ac8002bf7ae
parent 61dc8dc9
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@
name = "pdl"
name = "pdl"
version = "0.1.0"
version = "0.1.0"
edition = "2021"
edition = "2021"
default-run = "pdl"


[workspace]
[workspace]