proverbilo 0.1.7

Programo por montri hazardajn proverbojn en Esperanto.
# 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 = "proverbilo"
version = "0.1.7"
authors = [
    "Lucas Rooyakkers <lucas.rooyakkers@protonmail.com>",
    "Mark Wootton <wootton.mj@gmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Programo por montri hazardajn proverbojn en Esperanto."
homepage = "https://github.com/Fierthraix/proverbilo"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/Fierthraix/proverbilo"

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

[dependencies.pico-args]
version = "0.5"

[dependencies.rand]
version = "0.10.1"

[build-dependencies]