13 lines
273 B
TOML
13 lines
273 B
TOML
[root]
|
|
name = "apprentice"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"scribe 0.1.0 (git+https://gitlab.com/CyberMages/scribe.git)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scribe"
|
|
version = "0.1.0"
|
|
source = "git+https://gitlab.com/CyberMages/scribe.git#d6a6f5107c8d03b13e081c9378486781e31daa4e"
|
|
|