From ef525d8cce452c31012dbc2009b36e21bc1e1811 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 23 May 2025 07:54:39 +0200 Subject: lib: add documentation configuration --- lib/turns.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lib/turns.toml (limited to 'lib') diff --git a/lib/turns.toml b/lib/turns.toml new file mode 100644 index 0000000..4d25cd8 --- /dev/null +++ b/lib/turns.toml @@ -0,0 +1,31 @@ +# SPDX-FileCopyrightText: 2025 Felix Morgner +# 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" \ No newline at end of file -- cgit v1.2.3