1
0
Fork 0
rust-platform-dirs/Cargo.toml
Daniel Baumann d61cd7bdb0
Adding upstream version 0.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-04 23:32:47 +02:00

23 lines
894 B
TOML

# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "platform-dirs"
version = "0.3.0"
authors = ["Caleb Bassi <calebjbassi@gmail.com>"]
description = "A library for obtaining platform dependant directory paths for application and user directories"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cjbassi/platform-dirs-rs"
[dependencies.dirs-next]
version = "1.0.1"