# Copyright 2020-2021 Ian Jackson and contributors to Otter # SPDX-License-Identifier: AGPL-3.0-or-later # There is NO WARRANTY. [package] name="otter-cli" description="Otter game system; command line game management client." version="1.2.1" license="AGPL-3.0-or-later" edition="2021" resolver="1" # new resolver crashes! homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/otter/docs/" repository="https://salsa.debian.org/iwj/otter" keywords=["games"] authors=["Ian Jackson ", "and the contributors to Otter"] [[bin]] name="otter" path="otter.rs" doc=false [dependencies] otter.path=".." otter.version="=1.2.1" otter-base.path="../base" otter-base.version="=1.2.1" argparse="0.2" directories="4" ron="0.7" walkdir="2.3" fehler="1" num-traits="0.2" serde_with="1" const-default = { version="1", features=["derive" ] } serde = { version="1" , features=["derive", "rc"] } strum = { version="0.24" , features=["derive" ] } #fin.