fix: fix name conflict

Resolves name conflicts with other native modules.
Bump version to 0.1.1.
This commit is contained in:
coreyphillips
2024-09-15 12:35:12 -04:00
parent 9dcb906636
commit 31ecec8366
58 changed files with 14698 additions and 32882 deletions

View File

@@ -1,7 +1,7 @@
uniffi::setup_scaffolding!();
use url::Url;
use pubky::PubkyClient;
use hex;
use url::Url;
#[uniffi::export]
async fn auth(url: String, secret_key: String) -> Vec<String> {