diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8691030 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ore"] + path = ore + url = https://github.com/pxlpowered/ore.git diff --git a/Cargo.lock b/Cargo.lock index 3f636ba..d282362 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,6 +3,7 @@ name = "opm" version = "0.1.0" dependencies = [ "clap 2.24.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ore 0.1.0", ] [[package]] @@ -55,6 +56,10 @@ name = "libc" version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "ore" +version = "0.1.0" + [[package]] name = "strsim" version = "0.6.0" diff --git a/Cargo.toml b/Cargo.toml index 140832c..aa798ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,3 @@ -[dependencies] - [dependencies.clap] default = false features = [ @@ -10,6 +8,9 @@ features = [ ] version = "2.24.0" +[dependencies.ore] +path = "ore" + [package] authors = [ "Adam Spofford ", diff --git a/ore b/ore new file mode 160000 index 0000000..9d12619 --- /dev/null +++ b/ore @@ -0,0 +1 @@ +Subproject commit 9d1261924d11cb7ce039e7d202516904880b9340