14 lines
326 B
TOML
14 lines
326 B
TOML
[package]
|
|
name = "align_ext"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = " An extension trait for Rust integer types to make integers aligned to a power of two"
|
|
license = "MPL-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|