Adding upstream version 0.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
969912aed3
commit
d61cd7bdb0
11 changed files with 645 additions and 0 deletions
23
Cargo.toml
Normal file
23
Cargo.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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"
|
Loading…
Add table
Add a link
Reference in a new issue