feat: initialize project
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "nordify-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
homepage = "https://labs.phundrak.com/phundrak/nordify-rs"
|
||||
repository = "https://labs.phundrak.com/phundrak/nordify-rs"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
path = "src/main.rs"
|
||||
name = "nordify"
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user