diff --git a/crates/owlry-rune/src/api.rs b/crates/owlry-rune/src/api.rs index 53f8148..8fbac12 100644 --- a/crates/owlry-rune/src/api.rs +++ b/crates/owlry-rune/src/api.rs @@ -22,6 +22,7 @@ pub struct ProviderRegistration { /// /// Exposed to Rune scripts as `owlry::Item`. #[derive(Debug, Clone, Any)] +#[rune(item = ::owlry)] pub struct Item { pub id: String, pub name: String,