Files
Senbei/senbei-elf/Cargo.toml
T

15 lines
299 B
TOML

[package]
name = "senbei-elf"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "ELF format parsing and structural utilities for Senbei"
[dependencies]
goblin.workspace = true
thiserror.workspace = true
[lints]
workspace = true