FakeSFTP/Cargo.toml

12 lines
274 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"