22 lines
365 B
TOML
22 lines
365 B
TOML
|
name = "hp"
|
||
|
version = "0.1.0"
|
||
|
license = "license"
|
||
|
author = "sgeard"
|
||
|
maintainer = "sgeard@gmail.com"
|
||
|
copyright = "Copyright 2023, sgeard"
|
||
|
|
||
|
[build]
|
||
|
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"
|
||
|
|