diff options
Diffstat (limited to 'usr/src/mei/true/Cargo.toml')
-rw-r--r-- | usr/src/mei/true/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/mei/true/Cargo.toml b/usr/src/mei/true/Cargo.toml index 644bc0d..ec2d8a5 100644 --- a/usr/src/mei/true/Cargo.toml +++ b/usr/src/mei/true/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [[bin]] name = "true" -path = "src/main.rs" +path = "src/true.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |