10 lines
161 B
TOML
10 lines
161 B
TOML
|
[package]
|
||
|
name = "palindrome"
|
||
|
version = "1.0.0"
|
||
|
authors = ["Goutham Krishna K V <gauthamkrishna9991@live.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
[dependencies]
|