androscalpel/androscalpel_serializer/Cargo.toml

9 lines
218 B
TOML

[package]
name = "androscalpel_serializer"
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-or-later"
[dependencies]
androscalpel_serializer_derive = { path = "../androscalpel_serializer_derive" }
log = "0.4.20"