11 lines
198 B
TOML
11 lines
198 B
TOML
[package]
|
|
name = "sylpheed-ppc"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "PowerPC decode and disassembly, for static analysis"
|
|
|
|
[dependencies]
|
|
tracing = "0.1"
|
|
bitflags = "2"
|
|
thiserror = "1"
|