linkme 0.1.0

Safe cross-platform linker shenanigans
[package]
name = "linkme"
version = "0.1.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Safe cross-platform linker shenanigans"
repository = "https://github.com/dtolnay/linkme"
documentation = "https://docs.rs/linkme"
readme = "README.md"
edition = "2018"

[dependencies]
linkme-impl = { version = "0.1", path = "impl" }

[workspace]
members = ["impl"]