We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ab83e commit 2baedc3Copy full SHA for 2baedc3
2 files changed
README.md
@@ -2,7 +2,7 @@
2
3
---
4
5
-Zoisite is a programming language designed exclusively for competitive programming.
+Zoisite is a programming language designed specifically for competitive programming.
6
7
## Installation
8
crates/compiler/Cargo.toml
@@ -2,6 +2,11 @@
name = "zoisite"
version = "0.1.0"
edition = "2021"
+authors = ["Yu_212 <yu212.mc@gmail.com>"]
+repository = "https://github.com/yu212/zoisite"
+description = "Zoisite is a programming language designed specifically for competitive programming."
+license-file = "../../LICENSE"
9
+categories = ["compilers"]
10
11
[dependencies]
12
llvm-sys = "160"
0 commit comments