13 lines
261 B
TOML
13 lines
261 B
TOML
[package]
|
|
name = "number-parser-0"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
source-stream-0 = {git = "https://git.landgrafhomyak.ru/Parsers/source-stream-0.rs"}
|
|
|
|
[workspace]
|
|
exclude = ["source-stream-0"]
|
|
|
|
[lints]
|
|
rust = { nonstandard_style = "allow" } |