[package] name = "art-study" version = "0.1.0" edition = "2021" authors = ["Austin Park "] description = "A library for modeling artistic concepts." # 경고 해결 license = "MIT" # 라이선스 추가 repository = "https://github.com/imaustinpark/art" # 선택 사항 include = [ "src/**/*", "Cargo.toml", ] [dependencies]