Skip to content

Commit

Permalink
Merge pull request #7 from rgallor/toml-info
Browse files Browse the repository at this point in the history
feat(toml): add Cargo.toml package information
  • Loading branch information
harlem88 authored Dec 6, 2023
2 parents b9582eb + 15f29f4 commit fe44a23
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions rust/edgehog-device-forwarder-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
# This file is part of Edgehog.
#
# Copyright 2023 SECO Mind Srl
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0

[package]
name = "edgehog-device-forwarder-proto"
version = "0.1.0"
categories = ["encoding"]
description = "Protobuf messages for the Edgehog Device Forwarder"
documentation = "https://docs.rs/edgehog-device-forwarder-proto"
edition = { workspace = true }
keywords = ["protobuf", "iot", "edgehog"]
license = { workspace = true }
readme = "../../README.md"
repository = "https://github.com/edgehog-device-manager/edgehog-device-forwarder-proto"
rust-version = { workspace = true }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit fe44a23

Please sign in to comment.