Skip to content
Snippets Groups Projects
Commit feb4ce69 authored by Stephen D's avatar Stephen D
Browse files

ready for publishing

parent e82e919b
Branches master
No related tags found
No related merge requests found
Pipeline #3035 passed
image: "rust:latest"
stages:
- lint
before_script:
- rustup component add rustfmt
- rustup component add clippy
lint:
stage: lint
script:
- cargo fmt -- --check
- cargo clippy --all-features -- -D warnings
......@@ -2,6 +2,12 @@
name = "rf4463"
version = "0.1.0"
edition = "2021"
authors = ["Stephen D <webmaster@scd31.com>"]
description = "A simple, no-std library for interfacing with the SI4463 transceiver IC"
repository = "https://gitlab.scd31.com/stephen/rf4463-lib/"
license = "MIT"
keywords = ["transceiver", "radio", "communication"]
categories = ["no-std::no-alloc", "no-std", "embedded", "hardware-support"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment