Merge commit '9790ef4dacdf729d8825dbe745379bd6c669b9dd' as 'components/rfs'
This commit is contained in:
34
components/rfs/docker2fl/Cargo.toml
Normal file
34
components/rfs/docker2fl/Cargo.toml
Normal file
@@ -0,0 +1,34 @@
|
||||
[package]
|
||||
name = "docker2fl"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[build-dependencies]
|
||||
git-version = "0.3.5"
|
||||
|
||||
[lib]
|
||||
name = "docker2fl"
|
||||
path = "src/docker2fl.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "docker2fl"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
anyhow = "1.0.44"
|
||||
regex = "1.9.6"
|
||||
rfs = { path = "../rfs"}
|
||||
tokio = { version = "1", features = [ "rt", "rt-multi-thread", "macros", "signal"] }
|
||||
bollard = "0.15.0"
|
||||
futures-util = "0.3"
|
||||
simple_logger = {version = "1.0.1"}
|
||||
uuid = { version = "1.3.1", features = ["v4"] }
|
||||
tempdir = "0.3"
|
||||
serde_json = "1.0"
|
||||
toml = "0.4.2"
|
||||
clap = { version = "4.2", features = ["derive"] }
|
||||
serde = { version = "1.0.159" , features = ["derive"] }
|
||||
tokio-async-drop = "0.1.0"
|
||||
walkdir = "2.5.0"
|
||||
Reference in New Issue
Block a user