diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/turns.toml | 31 |
1 files changed, 31 insertions, 0 deletions
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 <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"
\ No newline at end of file |
