solas-lib 0.1.1

Biblioteca de funções do Sola
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 = "solas-lib"
version = "0.1.1"
authors = ["LeonardoSola <lsolaproducoes@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Biblioteca de funções do Sola"
homepage = "https://slimes.com.br"
documentation = "https://docs.slimes.com.br"
readme = false
keywords = [
    "curso",
    "LeonardoSola",
    "Sola",
    "Slimes",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/LeonardoSola/solas-lib"

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

[dependencies]