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
12
Cargo.toml.orig
generated
Normal file
12
Cargo.toml.orig
generated
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
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"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
dirs-next = "1.0.1"
|
Loading…
Add table
Add a link
Reference in a new issue