/ Cargo.toml
Cargo.toml
1 [dependencies] 2 anyhow = "1.0" 3 colored = "2.1" 4 dialoguer = "0.11" 5 open = "5.3" 6 regex = "1.11.1" 7 spinners = "4.1" 8 toml = "0.8" 9 urlencoding = "2.1" 10 11 [dependencies.serde_json] 12 features = ["preserve_order"] 13 version = "1.0" 14 15 [package] 16 authors = ["Mikkel ALMONTE--RINGAUD <contact@vexcited.com>"] 17 description = "A tool that automatically bumps the version number, creates a tag, pushes the changes, and generates a GitHub release." 18 edition = "2021" 19 license = "MIT" 20 name = "mentor" 21 repository = "https://github.com/Vexcited/Mentor" 22 version = "0.5.1"