deps: added toml-c

This commit is contained in:
Cereska
2026-04-14 08:19:55 -04:00
parent b40f2e50a2
commit af8782c8b8
10 changed files with 49 additions and 14 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
/**
* @file chipper_common.h
* @brief Common definitions and small helpers
*/
* @file chipper_common.h
* @author Darwin Cereska (darwin@darwincereska.dev)
* @brief Standard options and small helpers
*/
#ifndef CHIPPER_COMMON_H
#define CHIPPER_COMMON_H
+5
View File
@@ -0,0 +1,5 @@
/**
* @file chipper_config.h
* @author Darwin Cereska (darwin@darwincereska.dev)
* @brief
*/
+4 -2
View File
@@ -1,6 +1,8 @@
/**
* @file chipper_daemon
*/
* @file chipper_daemon.h
* @author Darwin Cereska (darwin@darwincereska.dev)
* @brief Daemon functions
*/
#ifndef CHIPPER_DAEMON_H
#define CHIPPER_DAEMON_H
+4 -3
View File
@@ -1,7 +1,8 @@
/**
* @file chipper_log.h
* @brief Low-level log output
*/
* @file chipper_log.h
* @author Darwin Cereska (darwin@darwincereska.dev)
* @brief Logging functions
*/
#ifndef CHIPPER_LOG_H
#define CHIPPER_LOG_H