# Copyright 2021 Ian Jackson and contributors # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. [package] name = "partial-borrow" version = "1.0.1" edition = "2018" license="GPL-3.0-or-later" repository="https://salsa.debian.org/iwj/rust-partial-borrow" description="Partially borrow a struct" [workspace] members = ["macros"] [dependencies] memoffset = "0.6" partial-borrow-macros = { path = "macros", version = "1.0.1" } [dev-dependencies] easy-ext = "1" trybuild = "1" [[bin]] name="argument-input" path="argument/input.rs" [[bin]] name="skeletons" path="skeletons/skeletons.rs"