mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
18 lines
445 B
TOML
18 lines
445 B
TOML
|
[package]
|
||
|
name = "directories-next"
|
||
|
version = "2.0.0"
|
||
|
description = "Patch from directories-next back to directories"
|
||
|
license = "MIT"
|
||
|
repository = "https://github.com/serai-dex/serai/tree/develop/patches/directories-next"
|
||
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||
|
keywords = []
|
||
|
edition = "2021"
|
||
|
rust-version = "1.74"
|
||
|
|
||
|
[package.metadata.docs.rs]
|
||
|
all-features = true
|
||
|
rustdoc-args = ["--cfg", "docsrs"]
|
||
|
|
||
|
[dependencies]
|
||
|
directories = "5"
|