1
0
This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
native_api_1c_core/Cargo.toml
2023-08-29 11:53:22 +06:00

14 lines
318 B
TOML

[package]
name = "native_api_1c_core"
version = "0.9.3"
edition = "2021"
repository = "https://github.com/Sebekerga/native_api_1c_core"
license = "MIT"
description = "Core library for Native API 1C"
[dependencies]
utf16_lit = "2.0"
syn = { version = "2.0.28", features = ["full"] }
quote = "1.0.32"
chrono = "0.4.26"