animals 0.1.2

A Rust project.
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
resolver = "3"
members = []

[package]
name = "animals"
version = "0.1.2"
edition = "2024"
description = "A Rust project."
documentation = "https://docs.rs/animals"
repository = "https://github.com/animals-rs/animals.git"
license = "Apache-2.0"