2019-10-03 16:52:25 +02:00
|
|
|
name: networkctl
|
|
|
|
version: 0.1.0
|
|
|
|
|
|
|
|
# authors:
|
|
|
|
# - name <email@example.com>
|
|
|
|
|
|
|
|
description: |
|
|
|
|
networkctl is a command-line software to manage the network.
|
|
|
|
|
|
|
|
# dependencies:
|
|
|
|
# pg:
|
|
|
|
# github: will/crystal-pg
|
|
|
|
# version: "~> 0.5"
|
|
|
|
|
|
|
|
targets:
|
|
|
|
networkctl:
|
|
|
|
main: src/main.cr
|
2019-10-22 13:19:16 +02:00
|
|
|
tests:
|
|
|
|
main: src/tests.cr
|
2019-10-03 16:52:25 +02:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
ipaddress:
|
|
|
|
github: sija/ipaddress.cr
|
|
|
|
|
|
|
|
# development_dependencies:
|
|
|
|
# webmock:
|
|
|
|
# github: manastech/webmock.cr
|
|
|
|
|
|
|
|
license: ISC
|