Template/Cargo.toml

11 lines
321 B
TOML
Raw Normal View History

2024-02-07 00:50:48 +01:00
[package]
name = "kos_ytm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kos = { git = "https://git.coders-squad.com/KOS_Rust/Core" }
cstr_core = { version = "0.2.4", default-features = false, features = ["nightly"] }