mirror of
https://github.com/bumi/openalias-ruby
synced 2025-12-16 17:44:39 +00:00
13 lines
197 B
TOML
13 lines
197 B
TOML
|
|
[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"]
|