art-study 0.1.0

A library for modeling artistic concepts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "art-study"
version = "0.1.0"
edition = "2021"
authors = ["Austin Park <ceo@dataengine.co.kr>"]
description = "A library for modeling artistic concepts." # 경고 해결
license = "MIT" # 라이선스 추가
repository = "https://github.com/imaustinpark/art" # 선택 사항


include = [
    "src/**/*",
    "Cargo.toml",
]

[dependencies]