summaryrefslogtreecommitdiffstats
path: root/walleng/Cargo.toml
blob: af590929be74402b1aa76e70acfa48f30e02bb2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- coding: utf-8 -*-

[package]
edition         = "2021"
name            = "walleng"
#description     = ""
version         = "0.1.0"
#homepage        = ""
authors         = ["Michael Buesch <m@bues.ch>",
                   "Marco Lochen"]
license         = "GPLv2+"
#readme          = "README.md"
#repository      = ""

#categories      = []
#keywords        = []
publish         = false

[dependencies]
anyhow          = "1"
float_eq        = "1"
graphics        = { path = "../graphics" }

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface