-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdhara.config.toml
More file actions
40 lines (36 loc) · 1.08 KB
/
Copy pathdhara.config.toml
File metadata and controls
40 lines (36 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[versions]
workspace = "0.7.0"
[nuget]
package_id = "Dhara.Storage"
source = "https://api.nuget.org/v3/index.json"
authors = ["Naveen Dharmathunga"]
description = "High-level .NET bindings for the native Dhara Storage Rust runtime."
tags = [
"storage",
"ffi",
"rust",
"analysis",
"file-handling",
"directory-management",
"watching",
]
readme = "src/bindings/Dhara.Storage/README.md"
icon = "assets/dhara-logo-colored_sm.png"
repository_url = "https://github.com/D-Naveenz/dhara_storage"
project_url = "https://github.com/D-Naveenz/dhara_storage"
[ci]
smoke_project = "src/bindings/Dhara.Storage.ConsumerSmoke/Dhara.Storage.ConsumerSmoke.csproj"
package_project = "src/bindings/Dhara.Storage/Dhara.Storage.csproj"
tests_project = "src/bindings/Dhara.Storage.Tests/Dhara.Storage.Tests.csproj"
native_runtimes = [
"win-x64",
"win-arm64",
]
host_runtime_smoke = "win-x64"
aot_runtime_smoke = "win-x64"
[publish]
environment = "nuget-production"
api_key_env = "NUGET_API_KEY"
[targets.rust_targets]
win-arm64 = "aarch64-pc-windows-msvc"
win-x64 = "x86_64-pc-windows-msvc"