Packages

An Elixir wrapper around the Rust Lingua language detection library.

Current section

Files

Jump to
lingua native lingua_nif Cargo.toml
Raw

native/lingua_nif/Cargo.toml

[package]
authors = []
edition = "2018"
name = "lingua_nif"
version = "0.1.0"
[lib]
crate-type = ["dylib"]
name = "lingua_nif"
path = "src/lib.rs"
[dependencies]
lazy_static = "1.4"
lingua = "1.2.0"
rustler = "0.21.1"