feat: traits

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-22 05:08:26 +03:00
parent e6a2ecd003
commit 983cbbee41
3 changed files with 82 additions and 4 deletions

6
27-traits/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "traits"
version = "0.1.0"
edition = "2021"
[dependencies]