diff options
Diffstat (limited to 'usr/src/mei/true')
-rw-r--r-- | usr/src/mei/true/Cargo.toml | 2 | ||||
-rw-r--r-- | usr/src/mei/true/src/true.rs (renamed from usr/src/mei/true/src/main.rs) | 0 |
2 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 diff --git a/usr/src/mei/true/src/main.rs b/usr/src/mei/true/src/true.rs index 6f58f4e..6f58f4e 100644 --- a/usr/src/mei/true/src/main.rs +++ b/usr/src/mei/true/src/true.rs |