[package] name = "tracker" version = "0.2.2" authors = ["Aaron Erhardt "] edition = "2021" description = "A macro to track changes on structs" repository = "https://github.com/AaronErhardt/Tracker" readme = "README.md" license = "Apache-2.0 OR MIT" keywords = ["track", "tracker", "change"] categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = [ "macros" ] [dependencies] tracker-macros = { version = "0.2.2", path = "macros" }