libkernaux/pkgs/rust/Cargo.toml

17 lines
546 B
TOML
Raw Normal View History

2022-01-17 19:51:25 +00:00
[package]
name = "kernaux"
2022-01-23 00:26:58 +00:00
version = "0.2.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-30 02:45:47 +00:00
homepage = "https://github.com/tailix/libkernaux/tree/master/pkgs/rust"
repository = "https://github.com/tailix/libkernaux/tree/master/pkgs/rust"
2022-01-17 19:51:25 +00:00
license = "MIT"
keywords = ["ffi", "no_std", "no-std", "embedded", "bindings"]
categories = ["api-bindings", "embedded", "external-ffi-bindings", "no-std", "parsing"]
publish = true
[dependencies]
2022-01-21 17:40:45 +00:00
libc = "0.2.113"