-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathCargo.toml
More file actions
executable file
·24 lines (22 loc) · 724 Bytes
/
Cargo.toml
File metadata and controls
executable file
·24 lines (22 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[workspace]
resolver = "2"
members = ["cli", "core", "wasm"]
default-members = ["cli", "core"]
[workspace.metadata]
name = "vedic"
version = "2.0.6"
authors = ["Pt. Prashant Tripathi <ptprashanttripathi@outlook.com>"]
edition = "2021"
description = "Vedic is World first Programming launguage in Sanskrit"
license = "MIT"
repository = "https://github.com/vedic-lang/vedic"
documentation = "https://github.com/vedic-lang/vedic"
readme = "README.md"
keywords = ["vedic", "cli", "rust","command-line-utilities","programming-languages","sanskrit","vedic","interpreter","compiler"]
categories = ["command-line-utilities"]
[profile.release]
codegen-units = 1
incremental = true
lto = true
opt-level = 'z'
overflow-checks = true