13 lines
179 B
TOML
13 lines
179 B
TOML
[project]
|
|
name = "polymech"
|
|
version = "0.1.0"
|
|
description = "Polymech C++ CLI"
|
|
|
|
[database]
|
|
host = "localhost"
|
|
port = 5432
|
|
name = "polymech"
|
|
|
|
[logging]
|
|
level = "debug"
|