Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
324 changes: 323 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "livestock-rs"
version = "0.9.2"
version = "0.10.0"
edition = "2021"
authors = ["Jaken Herman <jaken@rowanranch.com>"]
license = "MIT"
description = "A library for managing and identifying livestock breeds."
description = "A comprehensive library and CLI tool for managing, identifying, and working with livestock breeds, growth rates, and health. Designed to support farming and ranching applications, breed registries, and livestock data processing."
repository = "https://github.com/rowan-ranch/livestock-rs"
keywords = ["livestock", "farming", "ranching", "agriculture", "agritech"]
categories = ["data-structures"]
Expand All @@ -13,6 +13,8 @@ publish = true

[dependencies]
Inflector = "0.11.4"
anyhow = "1.0.95"
clap = { version = "~4.1", features = ["derive", "cargo", "env", "wrap_help"] }
serde = { version = "1.0.217", features=["derive"] }

[badges]
Expand Down
Loading
Loading