Simplify dub.json to be able to easily copy the examples.
This commit is contained in:
parent
cc83591fce
commit
a74a347645
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "client",
|
"name": "client",
|
||||||
"homepage": "https://github.com/trishume/ddbus",
|
|
||||||
"copyright": "Copyright © 2017, Tristan Hume",
|
|
||||||
"authors": ["Tristan Hume"],
|
|
||||||
"targetType": "executable",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ddbus": {"path": "../../"}
|
"ddbus": {"path": "../../"}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"homepage": "https://github.com/trishume/ddbus",
|
|
||||||
"copyright": "Copyright © 2017, Tristan Hume",
|
|
||||||
"authors": ["Tristan Hume"],
|
|
||||||
"targetType": "executable",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ddbus": {"path": "../../"}
|
"ddbus": {"path": "../../"}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue