Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
33
vendor/xdg/README.md
vendored
Normal file
33
vendor/xdg/README.md
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
rust-xdg
|
||||
========
|
||||
|
||||
rust-xdg is a library that makes it easy to follow the X Desktop Group
|
||||
specifications.
|
||||
|
||||
Currently, only [XDG Base Directory][basedir] specification is implemented.
|
||||
|
||||
[basedir]: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Add the following to `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
xdg = "^2.1"
|
||||
```
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
See [documentation](https://whitequark.github.io/rust-xdg/xdg/).
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
rust-xdg is distributed under the terms of both the MIT license
|
||||
and the Apache License (Version 2.0).
|
||||
|
||||
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT)
|
||||
for details.
|
||||
Loading…
Add table
Add a link
Reference in a new issue