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 /src/bin | |
| parent | 56d751302878eb770934bd9dbdce3df4a48ad59d (diff) | |
Remove jvref binary from build configuration
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/jvref.rs | 7 |
1 files changed, 0 insertions, 7 deletions
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!") -} |
