14 lines
224 B
TOML
14 lines
224 B
TOML
|
[package]
|
||
|
name = "tinkoff_invest"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
build = "build.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
prost.workspace = true
|
||
|
prost-types.workspace = true
|
||
|
tonic.workspace = true
|
||
|
|
||
|
[build-dependencies]
|
||
|
tonic-build = "0.11.0"
|