[package]
name = "onlytypes"
version = "0.1.4"
description = "A library for creating types that can only be created by a certain function"
keywords = ["onlytypes", "onlytypes-rs", "types"]
repository = "https://github.com/AtomicGamer9523/onlytypes-rs"
readme = "README.md"
edition = "2021"
authors = ["Матвей Т <https://matveit.dev> AtomicGamer9523@github"]
license = "MIT"
[workspace]
members = ["core"]
[lib]
name = "onlytypes"
proc-macro = true
path = "lib.rs"
[dependencies.otcore]
package = "onlytypes-core"
version = "0.1.4"
path = "./core"