8 lines
243 B
TOML
8 lines
243 B
TOML
[package]
|
|
name = "test_registry"
|
|
version = "0.1"
|
|
lean_version = "master"
|
|
|
|
[dependencies]
|
|
super = { git = "https://github.com/leanprover/super", rev = "master" }
|
|
mini_crush = { git = "https://github.com/leanprover/mini_crush", rev = "master" }
|