19 lines
454 B
TOML
19 lines
454 B
TOML
author = "zongor"
|
|
copyright = "Copyright 2023, zongor"
|
|
license = "MIT"
|
|
maintainer = "admin@alfrescocavern.com"
|
|
name = "fortran-micro-httpd"
|
|
version = "0.1.0"
|
|
[build]
|
|
auto-examples = true
|
|
auto-executables = true
|
|
auto-tests = false
|
|
module-naming = false
|
|
[install]
|
|
library = false
|
|
[fortran]
|
|
implicit-external = false
|
|
implicit-typing = false
|
|
source-form = "free"
|
|
[dependencies]
|
|
fortran-sqlite3 = { git = "https://github.com/interkosmos/fortran-sqlite3.git" } |