Packages

[rust-uchardet](https://github.com/emk/rust-uchardet) elixir port

Current section

Files

Jump to
elixir_encoding_detect native uchardetmodule Cargo.toml
Raw

native/uchardetmodule/Cargo.toml

[package]
name = "uchardetmodule"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "uchardetmodule"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.30.0"
uchardet = { path = "rust-uchardet-2.0.4" }