summaryrefslogtreecommitdiffstats
path: root/svgbob_cli
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2018-08-30 00:04:40 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2018-08-30 00:04:40 +0800
commitac1f391da282a470226cf14b8b6dfaca2b0c01b7 (patch)
treeb2e496543e2296e518109bde0c1cf45632ef492e /svgbob_cli
parenta9d21a2b99037c18e009c528c048d0dcb5297249 (diff)
Add snapcraft.yaml
Diffstat (limited to 'svgbob_cli')
-rw-r--r--svgbob_cli/Cargo.lock7
-rw-r--r--svgbob_cli/Cargo.toml3
2 files changed, 1 insertions, 9 deletions
diff --git a/svgbob_cli/Cargo.lock b/svgbob_cli/Cargo.lock
index 8e97957..c3b3ad0 100644
--- a/svgbob_cli/Cargo.lock
+++ b/svgbob_cli/Cargo.lock
@@ -118,6 +118,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "svgbob"
version = "0.2.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"pom 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"svg 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -125,12 +126,6 @@ dependencies = [
]
[[package]]
-name = "svgbob"
-version = "0.2.8"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-replace = "svgbob 0.2.8"
-
-[[package]]
name = "svgbob_cli"
version = "0.2.8"
dependencies = [
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index 766fd5e..38d7ef2 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -21,6 +21,3 @@ path = "src/main.rs"
[dev-dependencies]
handlebars = "0.21"
-
-[replace]
-"svgbob:0.2.8" = { path = "../svgbob" }