Current section

Files

Jump to
cangaroo gleam.toml
Raw

gleam.toml

name = "cangaroo"
version = "1.1.2"
description = "Gleam bindings for SocketCAN communication on Linux"
licences = ["Apache-2.0"]
repository = { type = "github", user = "DaanVervacke", repo = "cangaroo" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
excansock = ">= 1.0.2 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
sceall = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"