libkernaux/pkgs/rust/Cargo.toml

16 lines
489 B
TOML
Raw Normal View History

2022-01-17 19:51:25 +00:00
[package]
name = "kernaux"
2022-01-21 17:00:16 +00:00
version = "0.1.0"
2022-01-17 19:51:25 +00:00
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
edition = "2021"
description = "Auxiliary library for kernel development"
2022-01-21 13:27:03 +00:00
readme = true
2022-01-17 19:51:25 +00:00
homepage = "https://github.com/tailix/libkernaux"
repository = "https://github.com/tailix/libkernaux.git"
license = "MIT"
keywords = ["ffi", "no_std", "no-std", "embedded", "bindings"]
categories = ["api-bindings", "embedded", "external-ffi-bindings", "no-std", "parsing"]
publish = true
[dependencies]