ts_elixir 0.2.0

rustler-based elixir bindings for tailscale
Documentation
[package]
name = "ts_elixir"
version = "0.2.0"
description = "rustler-based elixir bindings for tailscale"
categories = ["api-bindings", "network-programming"]
keywords = ["tailscale", "elixir", "bindings"]

repository = "https://github.com/tailscale"
edition = "2024"
license = "BSD-3-Clause"
rust-version = "1.91.0"

[dependencies]
rustler = "0.37.2"
tokio = { version = "1.52", features = ["full"] }
tracing = { version = "0.1" }

tailscale = { version = "0.2.0" }

[lib]
crate-type = ["cdylib"]