Skip to content

Commit 2baedc3

Browse files
committed
[update] Cargo.tomlを更新
1 parent 16ab83e commit 2baedc3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
Zoisite is a programming language designed exclusively for competitive programming.
5+
Zoisite is a programming language designed specifically for competitive programming.
66

77
## Installation
88

crates/compiler/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "zoisite"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Yu_212 <yu212.mc@gmail.com>"]
6+
repository = "https://github.com/yu212/zoisite"
7+
description = "Zoisite is a programming language designed specifically for competitive programming."
8+
license-file = "../../LICENSE"
9+
categories = ["compilers"]
510

611
[dependencies]
712
llvm-sys = "160"

0 commit comments

Comments
 (0)