1
0
Fork 0

Add plugin name

This commit is contained in:
Florian RICHER 2022-01-28 21:34:13 +01:00
parent 39248b2ca3
commit cdb82d6ccc
3 changed files with 20 additions and 6 deletions

View file

@ -2,3 +2,8 @@
pub extern fn version() -> String {
"0.2.0".to_string()
}
#[no_mangle]
pub extern fn name() -> String {
"test name".to_string()
}