mirror of
https://github.com/bumi/openalias-ruby
synced 2026-07-26 20:35:03 +00:00
Openalias ruby wrapper
Openalias.org is great! There is openalias.rs (written in Rust) to lookup and parse OpenAlias data. This is a ruby wrapper around that rust library. I don't know what I am doing so use at your own risk..and with care.
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "openalias"
|
||||
version = "0.1.0"
|
||||
authors = ["bumi <hello@michaelbumann.com>"]
|
||||
|
||||
[dependencies]
|
||||
ruru = "0.9.0"
|
||||
openalias = "0.2.0"
|
||||
|
||||
[lib]
|
||||
name = "openalias_rust"
|
||||
crate-type = ["dylib"]
|
||||
Reference in New Issue
Block a user