1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[package] name = "undo_stack" description = "A minimal undo stack for user defined types" repository = "https://github.com/chipmusic/undo_stack" version = "0.1.6" edition = "2021" license = "MIT" [workspace] members = ["example"] [features] std = []