2023-09-10 18:51:11 -04:00
|
|
|
name = "fortran-mmo-server"
|
|
|
|
version = "0.1.0"
|
|
|
|
license = "MIT"
|
|
|
|
author = "zongor"
|
|
|
|
maintainer = "admin@alfrescocavern.com"
|
|
|
|
copyright = "Copyright 2023, zongor"
|
|
|
|
[build]
|
2023-09-17 15:34:49 -04:00
|
|
|
link = ["libdill"]
|
2023-09-10 18:51:11 -04:00
|
|
|
auto-executables = true
|
|
|
|
auto-tests = true
|
|
|
|
auto-examples = true
|
|
|
|
module-naming = false
|
|
|
|
[install]
|
|
|
|
library = false
|
|
|
|
[fortran]
|
|
|
|
implicit-typing = false
|
|
|
|
implicit-external = false
|
|
|
|
source-form = "free"
|
|
|
|
[dependencies]
|
2023-10-10 23:49:28 -04:00
|
|
|
fortran-sqlite3 = { git = "https://github.com/interkosmos/fortran-sqlite3.git" }
|
|
|
|
json-fortran = { git = "https://github.com/jacobwilliams/json-fortran.git" }
|