Skip to content

Commit

Permalink
changed to gpl-3 license
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeedev committed Apr 12, 2024
1 parent 142fb3b commit 7ac397d
Show file tree
Hide file tree
Showing 6 changed files with 835 additions and 12 deletions.
141 changes: 139 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "rain"
version = "0.1.0"
name = "rain-lang"
edition = "2021"
authors = ["[email protected] <Nikita Goncarenko/nikeedev>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
colored = "2.0.4"
serde = { version = "1.0.197", features = ["derive"] }
toml = "0.8.12"
Loading

0 comments on commit 7ac397d

Please sign in to comment.