chore (backend-rs, minor): use crate::export

This commit is contained in:
naskya 2024-05-18 19:45:38 +09:00
parent d9ff9101a1
commit 1c0d2e43b4
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const GREETING_MESSAGE: &str = "\
If you like Firefish, please consider contributing to the repo. https://firefish.dev/firefish/firefish
";
#[macro_rs::export]
#[crate::export]
pub fn greet() {
println!("{}", GREETING_MESSAGE);