1[package] 2name = "tuto" 3version = "0.1" 4lean_version = "leanprover-community/lean:3.49.1" 5path = "src/solutions" 6 7[dependencies] 8mathlib = {git = "https://github.com/leanprover-community/mathlib", rev = "d4f69d96f3532729da8ebb763f4bc26fcf640f06"} 9 10