# Copyright Root of Rust contributors # # SPDX-License-Identifier: MPL-2.0 [package] name = "press" version = "0.1.0" edition = "2021" license = "MPL-2.0" description = "Silicon package manager" repository = "https://codeberg.org/jwnrt/root-of-rust" [dependencies] anyhow = "1.0.86" indexmap = "2.2.6" indoc = "2.0.5" pico-args = "0.5.0" serde = { version = "1.0.202", features = ["derive"] } toml_edit = { version = "0.22.13", features = ["serde"] }