summaryrefslogtreecommitdiff
path: root/lib/turns.toml
blob: 4d25cd86aae8d55208e342d878bb664e659b3814 (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
25
26
27
28
29
30
31
# SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com>
# SPDX-License-Identifier: CC0-1.0

[library]
description = "The core library for 'Turns, the simple turn order tracker'"
authors = "Felix Morgner"
license = "LGPL-2.1-only"
browse_url = "https://source.arknet.ch/fmorgner/turns/"
repository_url = "https://source.arknet.ch/fmorgner/turns.git"
website_url = "https://turns.arknet.ch"

dependencies = [
  "Gio-2.0",
  "Glib-2.0",
  "GObject-2.0",
]

[dependencies."Gio-2.0"]
name = "Gio2"
description = "A general purpose I/O, networking, IPC, settings, and other high level application functionality library"
docs_url = "https://developer.gnome.org/gio/stable"

[dependencies."Glib-2.0"]
name = "GLib"
description = "A general-purpose, portable utility library"
docs_url = "https://developer.gnome.org/glib/stable"

[dependencies."GObject-2.0"]
name = "GObject"
description = "The base type system and object class"
docs_url = "https://developer.gnome.org/gobject/stable"