Sergiotarxz
d05e1f842f
Using a dumb implementation where you have to fetch the entire dir. Not very recommendable with long folders.
14 lines
344 B
TOML
14 lines
344 B
TOML
[package]
|
|
name = "fake_sftp"
|
|
version = "0.1.0"
|
|
authors = ["sergiotarxz <sergiotarxz@posteo.net>"]
|
|
edition = "2018"
|
|
include = [ "lib/**/*.php" ]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
regex = "1.1.9"
|
|
uuid = { version = "0.8.1", features = ["v4"] }
|
|
serde_json = "1.0.59"
|