mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
17 lines
557 B
TOML
17 lines
557 B
TOML
[package]
|
|
name = "kernaux"
|
|
version = "0.2.0"
|
|
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
|
|
edition = "2021"
|
|
description = "Safe binding to libkernaux - auxiliary library for kernel development"
|
|
readme = true
|
|
homepage = "https://github.com/tailix/libkernaux/tree/master/pkgs/rust"
|
|
repository = "https://github.com/tailix/libkernaux/tree/master/pkgs/rust"
|
|
license = "MIT"
|
|
keywords = ["ffi", "embedded", "bindings"]
|
|
categories = ["api-bindings", "embedded", "parsing"]
|
|
publish = true
|
|
|
|
[dependencies.kernaux-sys]
|
|
version = "0.1.0"
|
|
path = "../kernaux-sys"
|