mirror of
https://github.com/Noratrieb/NumberSystemConverter.git
synced 2026-01-14 07:45:02 +01:00
11 lines
No EOL
277 B
TOML
11 lines
No EOL
277 B
TOML
[package]
|
|
name = "number_system_converter"
|
|
version = "0.1.0"
|
|
authors = ["Nilstrieb <nils.heydecker@gmx.ch>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
regex = "1.4.3"
|
|
lazy_static = "1.4.0" |