21 lines
548 B
TOML
21 lines
548 B
TOML
name = "fortran-mmo-server"
|
|
version = "0.1.0"
|
|
license = "MIT"
|
|
author = "zongor"
|
|
maintainer = "admin@alfrescocavern.com"
|
|
copyright = "Copyright 2023, zongor"
|
|
[build]
|
|
link = ["libdill"]
|
|
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]
|
|
fortran-sqlite3 = { git = "https://github.com/interkosmos/fortran-sqlite3.git" }
|
|
json-fortran = { git = "https://github.com/jacobwilliams/json-fortran.git" } |