rust_practice_haito 0.1.1

A practice Rust project for learning and experimentation.
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 = "2021"
name = "rust_practice_haito"
version = "0.1.1"
description = "A practice Rust project for learning and experimentation."
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "main"
path = "src/main.rs"

[[bin]]
name = "tool"
path = "src/bin/tool.rs"