ctr-rsf 0.1.2

Generate and edit .rsf files for CTR homebrew projects.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ctr-rsf"
version = "0.1.2"
authors = ["TurboToad12"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate and edit .rsf files for CTR homebrew projects."
readme = false
license = "MIT"
repository = "https://github.com/turbotoad12/ctr-rsf"

[lib]
name = "ctr_rsf"
path = "src/lib.rs"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1"