mirror of
https://git.baguette.netlib.re/Baguette/networkctl
synced 2024-12-18 13:03:30 +00:00
28 lines
442 B
YAML
28 lines
442 B
YAML
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
|
|
|
|
dependencies:
|
|
ipaddress:
|
|
github: sija/ipaddress.cr
|
|
|
|
# development_dependencies:
|
|
# webmock:
|
|
# github: manastech/webmock.cr
|
|
|
|
license: ISC
|