mirror of
https://github.com/Noratrieb/NumberSystemConverter.git
synced 2026-01-14 15:55:04 +01:00
base program
This commit is contained in:
commit
b3ee815b51
5 changed files with 273 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue