rocalc 0.1.1

一款用于计算洛克王国:世界精灵对决的Rust库
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 = "rocalc"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "一款用于计算洛克王国:世界精灵对决的Rust库"
readme = false
license = "GPL-3.0"
repository = "https://codeberg.org/dddight/Rocalc"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4.30"

[dependencies.rusqlite]
version = "0.39.0"
features = ["bundled"]