-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (20 loc) · 724 Bytes
/
Cargo.toml
File metadata and controls
21 lines (20 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "embedded-nal"
version = "0.9.0"
authors = [
"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>",
"Mathias Koch <mk@blackbird.online>",
"Diego Barrios Romero <eldruin@gmail.com>",
"Ryan Summers <ryan.summers@vertigo-designs.com>",
]
edition = "2021"
description = "A Network Abstraction Layer (NAL) for Embedded Systems"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded-community/embedded-nal"
homepage = "https://github.com/rust-embedded-community/embedded-nal"
documentation = "https://docs.rs/embedded-nal"
readme = "README.md"
keywords = ["network"]
categories = ["embedded", "hardware-support", "no-std", "network-programming"]
[dependencies]
nb = "1"