|
@@ -176,15 +176,6 @@ name = "fake-simd"
|
|
version = "0.1.2"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "ffsend"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-dependencies = [
|
|
|
|
- "clap 2.31.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "ffsend-api 0.1.0",
|
|
|
|
- "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ffsend-api"
|
|
name = "ffsend-api"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -203,6 +194,15 @@ dependencies = [
|
|
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "ffsend-cli"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "clap 2.31.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "ffsend-api 0.1.0",
|
|
|
|
+ "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "foreign-types"
|
|
name = "foreign-types"
|
|
version = "0.3.2"
|
|
version = "0.3.2"
|