mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-03-23 04:25:30 +00:00
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.0.0...v2.0.2) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
521 B
TOML
24 lines
521 B
TOML
[package]
|
|
name = "lrwn"
|
|
description = "Library for encoding / decoding LoRaWAN frames."
|
|
homepage = "https://www.chirpstack.io"
|
|
license = "MIT"
|
|
version = "4.1.3"
|
|
authors = ["Orne Brocaar <info@brocaar.com>"]
|
|
edition = "2018"
|
|
repository = "https://github.com/chirpstack/chirpstack"
|
|
|
|
[dependencies]
|
|
hex = "0.4"
|
|
cmac = "0.7"
|
|
aes = "0.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
diesel = { version = "2.0.2", features = [ "postgres" ] }
|
|
|
|
# Error handling
|
|
thiserror = "1.0"
|
|
anyhow = "1.0"
|
|
|
|
# Misc
|
|
lazy_static = "1.4"
|