simple-rust-lib-template 0.1.3

A generic template for creating Rust libraries with essential CI/CD configurations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Tamer Alamiri <tameralamiri@gmail.com>"]
description = "A generic template for creating Rust libraries with essential CI/CD configurations."
edition = "2021"
license = "MIT"
name = "simple-rust-lib-template"
readme = "README.md"
repository = "https://github.com/tameralamiri/simple-rust-lib-template"
version = "0.1.3"

[profile.dist]
inherits = "release"
lto = "thin"