kosmora/Cargo.toml
Chance fe692bba18
add: Basic path handling and tests
Co-authored-by: lily <contact@lilyvex.dev>
2025-04-16 02:28:17 -04:00

22 lines
501 B
TOML

[package]
name = "kosmora"
version = "0.1.0"
authors = ["Lily Vex <luxzi@pm.me>", "Caznix <caznix01@gmail.com>"]
description = "A Read-Only Virtual Filesystem for Game Assets"
repository = "https://github.com/Luxzi/kosmora"
readme = "README.md"
keywords = ["vfs", "virtual filesystem"]
license = "BSD-3-Clause"
edition = "2024"
[dependencies]
thiserror = "2.0.12"
uuid = "1.16.0"
walkdir = "2.5.0"
[lints.rust]
missing_docs = "allow"
unused = "allow"
[dev-dependencies]
pretty_assertions = "1.4.1"