1 2 3 4 5 6 7 8 9 10 11 12 13
[package] name = "cope" version = "0.0.1" authors = ["John Simon <john@whatisaph.one>"] edition = "2018" description = "wip" license = "AGPL-3.0-only" [features] strict = [] [dependencies] scopeguard = "1.1.0"