FakeSFTP/Cargo.toml
Sergiotarxz d05e1f842f feat: Adding support to opendir requests and directory handles.
Using a dumb implementation where you have to fetch the entire dir.
Not very recommendable with long folders.
2020-11-12 18:58:44 +01:00

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"