Initial commit
This commit is contained in:
commit
3e203356f8
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/.idea
|
||||
target/
|
||||
Cargo.lock
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "source-stream-0"]
|
||||
path = source-stream-0
|
||||
url = https://git.landgrafhomyak.ru/Parsers/source-stream-0.rs
|
||||
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[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" }
|
||||
1
source-stream-0
Submodule
1
source-stream-0
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit cb10fc8f83288646ff0d87175e369fbfcde961a6
|
||||
0
src/lib.rs
Normal file
0
src/lib.rs
Normal file
Loading…
Reference in New Issue
Block a user