[package] name = "tesuto_project" description = "Project structure library for Tesuto." authors = ["Konstantin Zhigaylo "] license = "MIT" readme = "../README.md" homepage = "https://github.com/kostya-zero/tesuto" version = "0.1.1" edition = "2021" [dependencies] serde = { version = "1.0.188", features = ["derive"] } serde_yaml = "0.9.25"