diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-04 13:06:35 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-04 13:06:35 +0800 |
| commit | 666f530bc517fbe3e2d8e02f68aaa21514ec63d8 (patch) | |
| tree | c4cc32d76c588a4456b25392b1d92c09a6e253d8 | |
| parent | 56d751302878eb770934bd9dbdce3df4a48ad59d (diff) | |
Remove jvref binary from build configuration
| -rw-r--r-- | .cargo/config.toml | 3 | ||||
| -rw-r--r-- | src/bin/jvref.rs | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index b5e02a8..80e5c3f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -12,7 +12,4 @@ binaries = [ "jvv", "jvv.exe", - - "jvref", - "jvref.exe" ] diff --git a/src/bin/jvref.rs b/src/bin/jvref.rs deleted file mode 100644 index a8b0a1f..0000000 --- a/src/bin/jvref.rs +++ /dev/null @@ -1,7 +0,0 @@ -// Import i18n files -rust_i18n::i18n!("locales", fallback = "en"); - -#[tokio::main] -async fn main() { - println!("Hello, World!") -} |
