19 lines
481 B
TOML
19 lines
481 B
TOML
[root]
|
|
name = "apprentice"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"chrono 0.9.0 (git+https://gitlab.com/CyberMages/chrono.git)",
|
|
"scribe 0.1.0 (git+https://gitlab.com/CyberMages/scribe.git)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.9.0"
|
|
source = "git+https://gitlab.com/CyberMages/chrono.git#3e428f71816c061ede6f6044fbf5f231e38d9b67"
|
|
|
|
[[package]]
|
|
name = "scribe"
|
|
version = "0.1.0"
|
|
source = "git+https://gitlab.com/CyberMages/scribe.git#e52418d3bfc28cd1f03cc7f31af06fce2e03f844"
|
|
|